mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreen: Don't disable flick tracking unnecessarily
This commit is contained in:
parent
4b61f55b4a
commit
dd4000d838
1 changed files with 1 additions and 2 deletions
|
|
@ -56,8 +56,7 @@ Item {
|
|||
homeScreenState: root.homeScreenState
|
||||
|
||||
// disable flick tracking when necessary
|
||||
interactive: root.interactive && homeScreenState.currentView !== HomeScreenState.AppDrawerView &&
|
||||
root.parent.focus && !contents.appletsLayout.editMode && !plasmoid.editMode && !contents.launcherDragManager.active
|
||||
interactive: root.interactive && homeScreenState.currentView !== HomeScreenState.AppDrawerView
|
||||
|
||||
// item is effectively anchored to root, while allowing flickContainer
|
||||
// to keep track of flicks
|
||||
|
|
|
|||
Loading…
Reference in a new issue