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();
|
||||
lasso.remove();
|
||||
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();
|
||||
updateSelection();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user