Fix space switching on mobile
We forgot to connect to onTapped on the touchscreen-specific TapHandler.
BUG: 504166
(cherry picked from commit 5c8ba7e29e)
This commit is contained in:
@@ -48,6 +48,7 @@ Delegates.RoundedItemDelegate {
|
||||
|
||||
TapHandler {
|
||||
acceptedDevices: PointerDevice.TouchScreen
|
||||
onTapped: root.selected()
|
||||
onLongPressed: root.contextMenuRequested()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user