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.
This commit is contained in:
@@ -10,6 +10,7 @@ class PopupMenuComponent {
|
|||||||
target: "a.popup-menu-button",
|
target: "a.popup-menu-button",
|
||||||
placement: "bottom-start",
|
placement: "bottom-start",
|
||||||
trigger: "click",
|
trigger: "click",
|
||||||
|
touch: "hold",
|
||||||
animation: null,
|
animation: null,
|
||||||
content: PopupMenuComponent.content,
|
content: PopupMenuComponent.content,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user