Skip to content

feat: exposed API to toggle the keyboard event handling for custom editors

Choose a tag to compare

@v-genn v-genn released this 06 Apr 06:30
· 279 commits to main since this release

There is a need to handle the keyboard events in editor internally (e.g. "Tab", "Enter") without stoping the propagation, as stoping the propagation will break the focus lock.
With this API it's possible to turn the glide keyboard event handling whenever needed and turn it on again.