mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
16048112c6
commit
8e78df09da
@ -502,7 +502,7 @@ RED.view = (function() {
|
|||||||
updateSelection();
|
updateSelection();
|
||||||
lasso.remove();
|
lasso.remove();
|
||||||
lasso = null;
|
lasso = null;
|
||||||
} else if (mouse_mode == RED.state.DEFAULT && mousedown_link == null) {
|
} else if (mouse_mode == RED.state.DEFAULT && mousedown_link == null && !d3.event.ctrlKey ) {
|
||||||
clearSelection();
|
clearSelection();
|
||||||
updateSelection();
|
updateSelection();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user