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