Prevent UndoRedo commit from executing "do" events #4199
LoneDespair
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever committing the events on UndoRedo, it executes the do events
While this might be ideal for some cases, but when the events needed to be batched (Like every 5 seconds or when the user unpress a button) while still needing to be executed immediately,
This would mean that, when events are committed, they will be called twice
So would like to suggest/request a feature to not execute the "do" events when committing, eg(commit_action(execute_do = false))
Beta Was this translation helpful? Give feedback.
All reactions