diff --git a/Reader/StretchyMenuInteraction.swift b/Reader/StretchyMenuInteraction.swift index 6a46cea..65d2059 100644 --- a/Reader/StretchyMenuInteraction.swift +++ b/Reader/StretchyMenuInteraction.swift @@ -362,6 +362,8 @@ private class MenuItemView: UIView { addInteraction(UIContextMenuInteraction(delegate: self)) } + addInteraction(UIPointerInteraction()) + addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(itemTapped))) }