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 Nov 23, 2023. It is now read-only.
Chromium has built in undo/redo for certain UI elements, which conflicts with our own undo/redo system, because each time you 'undo' with the Chromium system, it counts as a new action for the Blix undo system. We just need to intercept the ctrl+z/ctrl+y events on the UI elements and preventDefault()
The text was updated successfully, but these errors were encountered:
Chromium has built in undo/redo for certain UI elements, which conflicts with our own undo/redo system, because each time you 'undo' with the Chromium system, it counts as a new action for the Blix undo system. We just need to intercept the
ctrl+z
/ctrl+y
events on the UI elements andpreventDefault()
The text was updated successfully, but these errors were encountered: