diff --git a/editor/js/nodes.js b/editor/js/nodes.js index aa4d3bc4e..32085802c 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -912,6 +912,10 @@ RED.nodes = (function() { return (otherNode && otherNode.z === activeWorkspace) }); } + + // With all properties now remapped to point at valid nodes, + // we can validate the node + RED.editor.validateNode(n); } for (i=0;i