mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/halcyon: Avoid touch capture
This commit is contained in:
parent
6824e2d2b9
commit
3f735708cf
2 changed files with 0 additions and 4 deletions
|
|
@ -63,8 +63,6 @@ Item {
|
|||
|
||||
onLongPressed: delegate.openContextMenu()
|
||||
onTapped: (eventPoint.event.button === Qt.RightButton) ? delegate.openContextMenu() : delegate.launchApp();
|
||||
|
||||
gesturePolicy: TapHandler.ReleaseWithinBounds
|
||||
}
|
||||
|
||||
HoverHandler {
|
||||
|
|
|
|||
|
|
@ -64,8 +64,6 @@ Item {
|
|||
growAnim.restart();
|
||||
}
|
||||
}
|
||||
|
||||
gesturePolicy: TapHandler.ReleaseWithinBounds
|
||||
}
|
||||
|
||||
HoverHandler {
|
||||
|
|
|
|||
Loading…
Reference in a new issue