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
To reproduce do the following waiting a second between each step to allow the undo manager to handle them separately:
type x
type y
-undo-
type z
An error is caught in the UndoManager record method which causes the undo & redo stacks to be cleared. This is because the 'oldDelta' is out of date when an undo is fired.
The text was updated successfully, but these errors were encountered:
To reproduce do the following waiting a second between each step to allow the undo manager to handle them separately:
type x
type y
-undo-
type z
An error is caught in the UndoManager record method which causes the undo & redo stacks to be cleared. This is because the 'oldDelta' is out of date when an undo is fired.
The text was updated successfully, but these errors were encountered: