fix drag to select in chrome
This commit is contained in:
parent
2b4f503aff
commit
ae7d65c3fa
@ -2369,7 +2369,7 @@ define([
|
||||
module.hideMenu();
|
||||
});
|
||||
|
||||
$appContainer.on('click', function (e) {
|
||||
$appContainer.on('mousedown', function (e) {
|
||||
if (e.which !== 1) { return ; }
|
||||
removeSelected(e);
|
||||
removeInput();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user