Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/node-red/node-red into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed May 16, 2020
2 parents b6e0568 + dca5b3b commit 64d2e80
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -346,6 +346,10 @@ RED.sidebar.info.outliner = (function() {
if (!parent) {
globalConfigNodes.treeList.addChild(existingObject);
} else {
if (empties[parent]) {
empties[parent].treeList.remove();
delete empties[parent];
}
objects[parent].treeList.addChild(existingObject)
}
}
Expand Down

0 comments on commit 64d2e80

Please sign in to comment.