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

How to pause the MUF when some the class under initialization. #9

Open
TruePluto opened this issue Apr 20, 2020 · 1 comment
Open
Assignees

Comments

@TruePluto
Copy link

Sometime I want to pause the MUF when a class instance is initializing. and resume the MUF when its done. but I dont know how to configuration. Anybody can tell me?

ps: I am very glad that the MUF version 2.0 was released, Its amazing package.

@nathanaw
Copy link
Owner

nathanaw commented May 6, 2020

Can you provide a bit more detail on your scenario? Maybe a small example or some details on the undesired behavior that you see with the current library?

One thing that might help is the use of an "UndoBatch" with consolidation. That would de-duplicate multiple related events and treat the changes to that instance as a single undo operation.

@nathanaw nathanaw self-assigned this May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants