1
0
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:
Nick O'Leary 2014-05-09 14:21:03 +01:00
parent 848e5a9824
commit bd6ac11c43

View File

@ -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();
}