Autoformat undo #1714
dylans
started this conversation in
Feature Requests
Autoformat undo
#1714
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
enableUndoOnDelete
flag was recently added to the autoformat plugin which is a much needed addition. There are a few challenges from my perspective:the logic to undo the autoformatting does not seem to work in a collaborative editing environment (e.g. when using slate-yjs). Pressing backspace/delete is simply deleting the entire autoformatted section including the symbol. My hunch is that we need a way to go back one step in history rather than trying to replace things with the symbol, but I could be wrong on this point.Beta Was this translation helpful? Give feedback.
All reactions