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.
The text was updated successfully, but these errors were encountered:
pcardune
added
the
code quality
Issues that involve improving code quality but don't necessarily contribute to features/bug fixes
label
Nov 16, 2021
There are a few problems with this:
undoableAction
in the redux store is mutated directly. nothing in the redux store should ever be mutated.ReadonlyCMBEditor.getTopmostAction
for examples.The text was updated successfully, but these errors were encountered: