diff --git a/src/qml/Component/Timeline/MessageDelegate.qml b/src/qml/Component/Timeline/MessageDelegate.qml index 4c69f6c4f..b32db6039 100644 --- a/src/qml/Component/Timeline/MessageDelegate.qml +++ b/src/qml/Component/Timeline/MessageDelegate.qml @@ -50,6 +50,12 @@ TimelineContainer { isReply: root.isReply textMessage: root.display + + TapHandler { + enabled: !label.hoveredLink + acceptedButtons: Qt.LeftButton + onLongPressed: root.openContextMenu() + } } Loader { Layout.fillWidth: true