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
Following 7f756de, it became possible for a client to directly add keybindings to the underlying CodeMirror instance. These bindings don't work for the 'Enter' and 'Tab' keys (as in, the handlers never fire).
The text was updated successfully, but these errors were encountered:
I think it might have to do with this code adding competing keybindings with higher precedence. I think those handlers should return false if they don't/can't do anything, so that further handlers are tried.
Following 7f756de, it became possible for a client to directly add keybindings to the underlying CodeMirror instance. These bindings don't work for the 'Enter' and 'Tab' keys (as in, the handlers never fire).
The text was updated successfully, but these errors were encountered: