Update packages/node_modules/@node-red/editor-client/src/js/ui/subflow.js

Co-authored-by: Gauthier Dandele <92022724+GogoVega@users.noreply.github.com>
This commit is contained in:
Nick O'Leary 2024-12-04 10:41:27 +00:00 committed by GitHub
parent 92dff4bacd
commit f9877f8d0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -512,7 +512,6 @@ RED.subflow = (function() {
removedNodes.push(n); removedNodes.push(n);
} }
if (n.z == id) { if (n.z == id) {
RED.nodes.updateConfigNodeUsers(n, { action: "remove" });
removedNodes.push(n); removedNodes.push(n);
} }
}); });