Merge pull request #4807 from GogoVega/fix-user-count

Fix the config node users count
This commit is contained in:
Nick O'Leary
2024-12-03 17:14:20 +00:00
committed by GitHub
2 changed files with 50 additions and 21 deletions

View File

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