mirror of https://github.com/node-red/node-red.git
Update packages/node_modules/@node-red/editor-client/src/js/ui/subflow.js
Co-authored-by: Gauthier Dandele <92022724+GogoVega@users.noreply.github.com>pull/4975/head
parent
92dff4bacd
commit
f9877f8d0b
|
|
@ -512,7 +512,6 @@ RED.subflow = (function() {
|
|||
removedNodes.push(n);
|
||||
}
|
||||
if (n.z == id) {
|
||||
RED.nodes.updateConfigNodeUsers(n, { action: "remove" });
|
||||
removedNodes.push(n);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue