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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
As far as I can tell, the move to on('keydown') and on('keypress')` is circumventing the normal way of preventing codemirror from doing things with events.
What's the proper way to register a keyevent handler that can prevent the keymap from firing?
As far as I can tell, the move to
on('keydown')andon('keypress')` is circumventing the normal way of preventing codemirror from doing things with events.What's the proper way to register a keyevent handler that can prevent the keymap from firing?