Skip to content

Commit

Permalink
Ensure unknown nodes removed from outliner when node registers
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jul 10, 2020
1 parent 580cc00 commit 7f671c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7f671c9

Please sign in to comment.