mirror of https://github.com/node-red/node-red.git
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