Touch: unable to scroll after drawing link

pull/227/head
Nick O'Leary 2014-05-11 23:55:11 +01:00
parent bf49485d4c
commit e15a0d545d
1 changed files with 1 additions and 1 deletions

View File

@ -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;