Only enable taphandler for mouse clicks

BUG: 486545
This commit is contained in:
Tobias Fella
2024-06-12 17:51:21 +02:00
parent 443c0f34d7
commit c3a17f951e

View File

@@ -47,6 +47,7 @@ Delegates.RoundedItemDelegate {
TapHandler {
acceptedButtons: Qt.RightButton
acceptedDevices: PointerDevice.Mouse | PointerDevice.TouchPad | PointerDevice.Stylus
onTapped: (eventPoint, button) => root.createRoomListContextMenu()
}