mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #4807 from GogoVega/fix-user-count
Fix the config node users count
This commit is contained in:
@@ -512,6 +512,7 @@ RED.subflow = (function() {
|
||||
removedNodes.push(n);
|
||||
}
|
||||
if (n.z == id) {
|
||||
RED.nodes.updateConfigNodeUsers(n, { action: "remove" });
|
||||
removedNodes.push(n);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user