mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Unable to click-select link
This commit is contained in:
parent
848e5a9824
commit
bd6ac11c43
@ -393,7 +393,7 @@ RED.view = function() {
|
||||
updateSelection();
|
||||
lasso.remove();
|
||||
lasso = null;
|
||||
} else if (mouse_mode == RED.state.DEFAULT) {
|
||||
} else if (mouse_mode == RED.state.DEFAULT && mousedown_link == null) {
|
||||
clearSelection();
|
||||
updateSelection();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user