From: Julius Haertl Date: Sun, 31 Jul 2016 09:57:03 +0000 (+0200) Subject: Fix closing app menu on mobile X-Git-Tag: v11.0RC2~855^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6b807af619cd3b531213bc312749f46a82bc5075;p=nextcloud-server.git Fix closing app menu on mobile --- diff --git a/core/js/js.js b/core/js/js.js index d2bbbae6362..4e8d3a01416 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -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;