Undo/redo #16
Labels
feature
New feature or request
major component
Crucial component to the app
priority
work on this first
refactor
Something needs redoing
For each action to shapes we want to keep track of what happens to them at the App component level
actions:
General idea: create an array state that and keep track of the current index (number of actions done so far), when a user wants to undo, take the penultimate index value and reload the shape based on the action, this is similar to redo except increasing the index.
The text was updated successfully, but these errors were encountered: