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
Using the module with alignOnSave = true can make undo impossible. When a user wants to save on commandStack.changed he won't be able to undo in some cases.
Using the module with
alignOnSave = true
can make undo impossible. When a user wants to save oncommandStack.changed
he won't be able to undo in some cases.You can reproduce the issue using this CodeSandbox: https://codesandbox.io/s/undo-bug-o8v0q
The text was updated successfully, but these errors were encountered: