From e15a0d545db5e8a858dad544a922c3660334455f Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 11 May 2014 23:55:11 +0100 Subject: [PATCH] Touch: unable to scroll after drawing link --- public/red/ui/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/red/ui/view.js b/public/red/ui/view.js index 879a2f47e..7368c7e5e 100644 --- a/public/red/ui/view.js +++ b/public/red/ui/view.js @@ -656,7 +656,7 @@ RED.view = function() { function portMouseDown(d,portType,portIndex) { // disable zoom - vis.call(d3.behavior.zoom().on("zoom"), null); + //vis.call(d3.behavior.zoom().on("zoom"), null); mousedown_node = d; selected_link = null; mouse_mode = RED.state.JOINING;