diff --git a/src/qml/Component/AvatarTabButton.qml b/src/qml/Component/AvatarTabButton.qml index 437ae9e41..22dd9a2f1 100644 --- a/src/qml/Component/AvatarTabButton.qml +++ b/src/qml/Component/AvatarTabButton.qml @@ -28,6 +28,8 @@ Delegates.RoundedItemDelegate { TapHandler { acceptedButtons: Qt.RightButton acceptedDevices: PointerDevice.Mouse + grabPermissions: PointerHandler.TakeOverForbidden + gesturePolicy: TapHandler.WithinBounds onTapped: root.contextMenuRequested() }