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
This will require a custom undo implementation as we break native undo by changing the dom/caret position on input. To listen for the correct keyboard shortcut, we can use is-hotkey, like slate does.
The text was updated successfully, but these errors were encountered:
This will require a custom undo implementation as we break native undo by changing the dom/caret position on input. To listen for the correct keyboard shortcut, we can use
is-hotkey
, like slate does.The text was updated successfully, but these errors were encountered: