fix drag to select in chrome

This commit is contained in:
ansuz 2017-05-09 15:11:27 +02:00
parent 2b4f503aff
commit ae7d65c3fa

View File

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