From 451c033ed5943bec6fb4497175f32d8a25b6f8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 10 Nov 2017 18:40:42 +0100 Subject: [PATCH] Fixed too wide selector for the popovermenu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was interfering with some other menus on the nextcloud app. Signed-off-by: John Molakvoæ (skjnldsv) --- js/vendor/nextcloud/share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/vendor/nextcloud/share.js b/js/vendor/nextcloud/share.js index 029637d69..177daf7fe 100644 --- a/js/vendor/nextcloud/share.js +++ b/js/vendor/nextcloud/share.js @@ -1349,7 +1349,7 @@ $(document).ready(function () { } }); - $(document).on('click', '.icon-more', function(event) { + $(document).on('click', '#dropdown .icon-more', function(event) { event.preventDefault(); event.stopPropagation();