Frontend
Why preventDefault Does Not Stop a Global Keydown Listener
Two features bound the same shortcut and both fired. preventDefault cancels default actions, not other listeners. Here is the fix that survives the switch.
Categories
Two features bound the same shortcut and both fired. preventDefault cancels default actions, not other listeners. Here is the fix that survives the switch.