Merge pull request #677 from nextcloud/app-menu-fix
Fix closing app menu on mobile
This commit is contained in:
commit
7e23351bf0
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue