We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90be1f4 commit 12896a2Copy full SHA for 12896a2
editor/src/messages/portfolio/document/utility_types/network_interface.rs
@@ -4200,7 +4200,8 @@ impl NodeNetworkInterface {
4200
if let InputConnector::Node { node_id: downstream_id, .. } = downstream_node {
4201
let downstream_node_output = OutputConnector::node(*downstream_id, 0);
4202
if !delete_nodes.contains(downstream_id) {
4203
- stack.push(downstream_node_output);
+ can_delete = false;
4204
+ break;
4205
}
4206
// Continue traversing over the downstream sibling, if the current node is a sibling to a node that will be deleted and it is a layer
4207
else {
0 commit comments