You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noticed in #44, in the json file the scroll and executeAsOne properties take a boolean value, whereas showCloseButton takes a boolean wrapped as a string, i.e.
I think these should be consistent as it is easy to make a mistake and use the wrong type when creating the json file. Presumably showCloseButton should just be a boolean.
The text was updated successfully, but these errors were encountered:
As noticed in #44, in the json file the
scroll
andexecuteAsOne
properties take a boolean value, whereasshowCloseButton
takes a boolean wrapped as a string, i.e.I think these should be consistent as it is easy to make a mistake and use the wrong type when creating the json file. Presumably showCloseButton should just be a boolean.
The text was updated successfully, but these errors were encountered: