-
-
Notifications
You must be signed in to change notification settings - Fork 578
Node deletion is too greedy #2606
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
Comments
changing
this to delete_children = false would fix the problem! should i add it in my PR? or would it break anything? |
That would disable the feature, not fix the feature's erroneous behavior. |
I believe it is the problem in selecting the child nodes. |
I believe this function is responsible for searching nodes to delete / I am still trying to understand it and see if there is a way to change the behavior in the mentioned node graph |
Deleting the selected "Equals" node:
Incorrectly results in the overzealous deletion of its upstream nodes despite their usage by other nodes.
This doesn't match the desired deletion-with-cleanup behavior. CtrlDelete can be used in this situation to delete only itself, but we need the normal behavior to work in this circumstance.
The text was updated successfully, but these errors were encountered: