mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Ensure unknown nodes removed from outliner when node registers
Fixes #2646
This commit is contained in:
parent
580cc00967
commit
7f671c9f3f
@ -1671,6 +1671,7 @@ RED.nodes = (function() {
|
||||
}
|
||||
}
|
||||
reimportList.push(convertNode(n));
|
||||
RED.events.emit('nodes:remove',n);
|
||||
});
|
||||
|
||||
// Remove any links between nodes that are going to be reimported.
|
||||
|
Loading…
Reference in New Issue
Block a user