-
Notifications
You must be signed in to change notification settings - Fork 11
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
Is there a way to batch undos? #117
Comments
What do you mean by doing batch undos? |
So, the problem I'm having is that a single action might generate 10-15 changes. I want to undo the action en masse, not have to click 'undo' 10-15 times. I see in the source code that you can send a |
@xn do you mean something like this? https://github.com/omnidan/redux-undo#grouping-actions @offirgolan the use case we have is when we are moving an item in a list (change its index in array) we remove it from the array and then insert it in the new location which is when using this addon requires 2 undos. |
I've spent a few days getting this integrated on a relatively large and complex project and have a ton of questions, but for right now...
Is there a way to batch undos?
Thanks
The text was updated successfully, but these errors were encountered: