Merge branch 'soon' into staging

This commit is contained in:
ansuz
2017-05-09 16:50:54 +02:00
4 changed files with 29 additions and 13 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();