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();
|
updateSelection();
|
||||||
lasso.remove();
|
lasso.remove();
|
||||||
lasso = null;
|
lasso = null;
|
||||||
} else if (mouse_mode == RED.state.DEFAULT) {
|
} else if (mouse_mode == RED.state.DEFAULT && mousedown_link == null) {
|
||||||
clearSelection();
|
clearSelection();
|
||||||
updateSelection();
|
updateSelection();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user