From c8ccacb0357122ce60d2f7c794dfb35ba4c3b42a Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 5 Feb 2015 10:46:01 +0000 Subject: [PATCH] Switch node sortable entries diable inputs in FF --- nodes/core/logic/10-switch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/logic/10-switch.html b/nodes/core/logic/10-switch.html index d1555d486..1cc097c61 100644 --- a/nodes/core/logic/10-switch.html +++ b/nodes/core/logic/10-switch.html @@ -183,7 +183,7 @@ handle:".node-input-rule-handle", cursor: "move" }); - $( "#node-input-rule-container" ).disableSelection(); + $( "#node-input-rule-container .node-input-rule-handle" ).disableSelection(); $( "#dialog" ).on("dialogresize", switchDialogResize); $( "#dialog" ).one("dialogopen", function(ev) {