Check for ctrlKey in keyCode fallback #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Addresses: https://github.com/ProseMirror/prosemirror/issues/957
I'd prefer not to do this, as it can lead to undesirable matches (say you have a querz keyword configured as query, and you're pressing the physical ctrl-z, which is bound to ctrl-y — this should not match the undo handler)
Thanks @marijnh!
Pull request closed