mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/halcyon: avoid double direction dragging
This commit is contained in:
parent
bd8de03230
commit
f647e12f25
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ Item {
|
|||
id: favoritesView
|
||||
anchors.fill: parent
|
||||
searchWidget: root.searchWidget
|
||||
interactive: root.interactive
|
||||
interactive: root.interactive && swipeView.contentItem.contentX === 0
|
||||
onOpenConfigureRequested: root.openConfigure()
|
||||
|
||||
onPageForwardRequested: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue