summary refs log tree commit diff
path: root/resources/qml/delegates/Reply.qml
diff options
context:
space:
mode:
authorMalte E <malte.e@mailbox.org>2022-03-28 20:22:58 +0200
committerMalte E <malte.e@mailbox.org>2022-03-28 20:22:58 +0200
commitf66ec626f0fbeb5b788ce2e2b37f8ccc764404e6 (patch)
tree127957f0047d9f75b3244cd51bc7a84cbe17d689 /resources/qml/delegates/Reply.qml
parentdrag to reply (#1018) (diff)
downloadnheko-f66ec626f0fbeb5b788ce2e2b37f8ccc764404e6.tar.xz
fix tapping messages, fix pressandhold/doubletap on touch
Diffstat (limited to 'resources/qml/delegates/Reply.qml')
-rw-r--r--resources/qml/delegates/Reply.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/delegates/Reply.qml b/resources/qml/delegates/Reply.qml

index 53a007fe..87eb371a 100644 --- a/resources/qml/delegates/Reply.qml +++ b/resources/qml/delegates/Reply.qml
@@ -78,6 +78,7 @@ AbstractButton { acceptedButtons: Qt.RightButton onSingleTapped: replyContextMenu.show(reply.child.copyText, reply.child.linkAt(eventPoint.position.x, eventPoint.position.y - userName_.implicitHeight), r.eventId) gesturePolicy: TapHandler.ReleaseWithinBounds + acceptedDevices: PointerDevice.Mouse | PointerDevice.Stylus | PointerDevice.TouchPad } AbstractButton {