Handle drag whilst quick-add dialog open

pull/1034/head
Nick O'Leary 2016-11-09 13:25:55 +00:00
parent b85e562980
commit 89a05c580f
1 changed files with 1 additions and 1 deletions

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;