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

Handle drag whilst quick-add dialog open

This commit is contained in:
Nick O'Leary 2016-11-09 13:25:55 +00:00
parent b85e562980
commit 89a05c580f

View File

@ -694,7 +694,7 @@ RED.view = (function() {
redraw();
mouse_mode = RED.state.JOINING;
}
} else {
} else if (mousedown_node) {
showDragLines([{node:mousedown_node,port:mousedown_port_index,portType:mousedown_port_type}]);
}
selected_link = null;