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
For undo and redo, commands should also save the interaction state (cursor position) when they were run. When pressing Command Z in Excel it also reverts to the cursor position of when the previous command was run. This should be relatively easy to do because we store all the GridInteractionState in a single object.
Research Command Pattern & Memento Pattern
The text was updated successfully, but these errors were encountered: