diff --git a/editor/js/nodes.js b/editor/js/nodes.js index 81fec9de1..23f7d8750 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -903,7 +903,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 && n[d3] !== null) { + } else if (nodeTypeArrayReferences.hasOwnProperty(n.type) && nodeTypeArrayReferences[n.type] === d3 && n[d3] !== undefined && n[d3] !== null) { for (var j = 0;j