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
It may be helpful to expose the Javascript functions stopPropagation() and/or preventDefault() for keyboard events. This will require some thought as:
If we want to change the APIs in a breaking way (e.g. to allow returning a boolean from keyboard callbacks), we'd need a new major version (i.e. 2.0.0)
We could alternatively add a function to WindowHelper, but this could only be invoked from on_key_down
The text was updated successfully, but these errors were encountered:
It may be helpful to expose the Javascript functions stopPropagation() and/or preventDefault() for keyboard events. This will require some thought as:
WindowHelper
, but this could only be invoked fromon_key_down
The text was updated successfully, but these errors were encountered: