-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Node deletion is too greedy #2606
Copy link
Copy link
Labels
Good First IssueGood for newcomersGood for newcomersPaper CutA small UX annoyance we should strive to improveA small UX annoyance we should strive to improve
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Good First IssueGood for newcomersGood for newcomersPaper CutA small UX annoyance we should strive to improveA small UX annoyance we should strive to improve
Type
Projects
- StatusShow more project fieldsNo status
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.