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
undoableAction in the redux store is mutated directly. nothing in the redux store should ever be mutated.
it doesn't handle the case when there is no "topmost action" to undo/redo very well. See the call sites for ReadonlyCMBEditor.getTopmostAction for examples.
There are a few problems with this:
undoableActionin the redux store is mutated directly. nothing in the redux store should ever be mutated.ReadonlyCMBEditor.getTopmostActionfor examples.