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
1 changed files with 1 additions and 1 deletions

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