diff --git a/editor/js/nodes.js b/editor/js/nodes.js index e2f9780d4..083eb41a4 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -894,7 +894,7 @@ RED.nodes = (function() { if (configNode && configNode.users.indexOf(n) === -1) { configNode.users.push(n); } - } else if (nodeTypeArrayReferences.hasOwnProperty(n.type) && nodeTypeArrayReferences[n.type] === d3) { + } else if (nodeTypeArrayReferences.hasOwnProperty(n.type) && nodeTypeArrayReferences[n.type] === d3 && n[d3] !== null) { for (var j = 0;j