diff --git a/src/qml/Component/Timeline/TimelineContainer.qml b/src/qml/Component/Timeline/TimelineContainer.qml index a5c9d4ed7..343e35a48 100644 --- a/src/qml/Component/Timeline/TimelineContainer.qml +++ b/src/qml/Component/Timeline/TimelineContainer.qml @@ -559,7 +559,6 @@ ColumnLayout { } TapHandler { - acceptedDevices: PointerDevice.Mouse acceptedButtons: Qt.RightButton onTapped: root.openContextMenu() } diff --git a/src/qml/Page/RoomList/UserInfo.qml b/src/qml/Page/RoomList/UserInfo.qml index 897174494..1502c2d6e 100644 --- a/src/qml/Page/RoomList/UserInfo.qml +++ b/src/qml/Page/RoomList/UserInfo.qml @@ -156,7 +156,6 @@ QQC2.ToolBar { TapHandler { acceptedButtons: Qt.RightButton | Qt.LeftButton - acceptedDevices: PointerDevice.Mouse onTapped: (eventPoint, button) => { // TODO Qt6 remove if (!button) {