diff --git a/editor/js/nodes.js b/editor/js/nodes.js index 05e18cd7a..38c5bcb77 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -165,6 +165,7 @@ RED.nodes = (function() { configNodes[n.id] = n; } else { n.ports = []; + if (n.wires && (n.wires.length > n.outputs)) { n.outputs = n.wires.length; } if (n.outputs) { for (var i=0;i