Fix closing app menu on mobile

This commit is contained in:
Julius Haertl 2016-07-31 11:57:03 +02:00
parent 3b386af295
commit 6b807af619
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 4 additions and 0 deletions

View File

@ -1574,6 +1574,10 @@ function initCore() {
$target.closest('.app-navigation-noclose').length) {
return;
}
if($target.is('.app-navigation-entry-utils-menu-button') ||
$target.closest('.app-navigation-entry-utils-menu-button').length) {
return;
}
if($target.is('.add-new') ||
$target.closest('.add-new').length) {
return;