Support for Undo/Redo #67
renaudpawlak
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Finally, I have found the time to add support for undo/redo :)
That's a major improvement and refactoring.
I have implemented a Command pattern, which can be seen the commands.js file.
Commands can be undone/redone through the menu or with the
^Z
and^Y
shortcuts.Please don't hesitate to report any regressions or weird behavior.
Beta Was this translation helpful? Give feedback.
All reactions