diff --git a/www/drive/main.js b/www/drive/main.js index 1788a7e1c..39b5450fc 100644 --- a/www/drive/main.js +++ b/www/drive/main.js @@ -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();