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:
parent
b85e562980
commit
89a05c580f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user