Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an undo/redo tool #52

Merged
merged 2 commits into from
Dec 23, 2023
Merged

Adds an undo/redo tool #52

merged 2 commits into from
Dec 23, 2023

Conversation

hiddenist
Copy link
Owner

The "clear" button doesn't create a history entry yet, so undoing will go to the state before the clear.

I've limited the history states to a max of 10 for now, since this is not a very memory-efficient way to keep track of history.

Closes #23

@hiddenist hiddenist merged commit d72ec4e into main Dec 23, 2023
1 check passed
@hiddenist hiddenist deleted the undo branch December 23, 2023 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undo tool
1 participant