1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Touch: unable to scroll after drawing link

This commit is contained in:
Nick O'Leary 2014-05-11 23:55:11 +01:00
parent bf49485d4c
commit e15a0d545d

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;