From f462435dc25bb4cee36f5434f46ed7758fc5033a Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 13 Jan 2017 14:16:12 +0000 Subject: [PATCH] Do not look for existing nodes when checking for wires on paste Fixes #1114 --- editor/js/nodes.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/editor/js/nodes.js b/editor/js/nodes.js index e769b0c22..e3a906bf6 100644 --- a/editor/js/nodes.js +++ b/editor/js/nodes.js @@ -996,7 +996,6 @@ RED.nodes = (function() { "link out":"links" } - // Remap all wires and config node references for (i=0;i