diff --git a/imports/NeoChat/Page/RoomListPage.qml b/imports/NeoChat/Page/RoomListPage.qml index 0de6491ed..55215b5c0 100644 --- a/imports/NeoChat/Page/RoomListPage.qml +++ b/imports/NeoChat/Page/RoomListPage.qml @@ -118,6 +118,7 @@ Kirigami.ScrollablePage { TapHandler { acceptedButtons: Qt.RightButton + gesturePolicy: TapHandler.ReleaseWithinBounds onTapped: roomListContextMenu.createObject(roomLayout, {"room": currentRoom}).popup() }