From 7629a990300abd7b30c9282eec6cb541b0156778 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 23 Jan 2021 01:16:46 -0600 Subject: [PATCH] Fix #4675: Comment tooltip doesn't show properly on phone. Possible fix for #4675. This is still wonky; tapping the menu icon now opens the menu, but doesn't close it. You have to tap outside the menu to hide it. --- app/components/popup_menu_component/popup_menu_component.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/popup_menu_component/popup_menu_component.js b/app/components/popup_menu_component/popup_menu_component.js index 59cfcfd11..836141ac6 100644 --- a/app/components/popup_menu_component/popup_menu_component.js +++ b/app/components/popup_menu_component/popup_menu_component.js @@ -10,6 +10,7 @@ class PopupMenuComponent { target: "a.popup-menu-button", placement: "bottom-start", trigger: "click", + touch: "hold", animation: null, content: PopupMenuComponent.content, });