-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error during undo operation #84
Comments
The bug is also valid for collapseRecursively function. If there are two nested compound nodes and the one inside the other is collapsed, then if we either call collapseAll function or collapseRecursively function on the outer compound node, undo operation throws error. |
@hasanbalci please leave a comment here on how we plan to fix this in a future release and unassign yourself. |
The bug may be fixed by providing an option to the expandRecursively and collapseRecursively functions to control the level that the recursion will continue or the nodes that will be affected. |
I think this was automatically closed long before, so I am opening it again. |
If there is a collapsed node in the graph and we call collapseAll function, then undo operation throws error. It can be produced in undoable demo.
The text was updated successfully, but these errors were encountered: