Add plugin support to palette manager

This commit is contained in:
Ralph Wetzel
2023-10-17 22:44:33 +02:00
parent eb940d6d57
commit 81937ddc45
16 changed files with 420 additions and 104 deletions

View File

@@ -124,6 +124,8 @@ RED.nodes = (function() {
},
removeNodeSet: function(id) {
var ns = nodeSets[id];
if (!ns) return {};
for (var j=0;j<ns.types.length;j++) {
delete typeToId[ns.types[j]];
}