fix drag to select in chrome

pull/1/head
ansuz 2017-05-09 15:11:27 +02:00
parent 2b4f503aff
commit ae7d65c3fa
1 changed files with 1 additions and 1 deletions

View File

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