diff --git a/editor/js/nodes.js b/editor/js/nodes.js index 1c56f43d1..305f17185 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -157,6 +157,12 @@ RED.nodes = (function() { if (n._def.category == "config") { configNodes[n.id] = n; } else { + n.ports = []; + if (n.outputs) { + for (var i=0;i