diff --git a/editor/js/nodes.js b/editor/js/nodes.js index e3a906bf6..40e9806ba 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -1004,9 +1004,13 @@ RED.nodes = (function() { var wires = (n.wires[w1] instanceof Array)?n.wires[w1]:[n.wires[w1]]; for (var w2=0;w2",node_map[wires[w2]].id); + } } } }