Replies: 1 comment 5 replies
-
Hey @Agobin I've actually started talking about the refactoring of UndoManager here, which should allow better support for what you're doing.
I'm wondering how do you perform the undo, as calling |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a section in my application where I list all the changes made by a user and allow the user to quickly switch between states. I rely on the UndoManager's stack to switch between states. However, when I sometimes perform an undo to switch to a particular state, the stack changes.
Is there a way to temporarily perform an undo without actually changing the stack?
Beta Was this translation helpful? Give feedback.
All reactions