diff --git a/components/mobilehomescreencomponents/qml/HomeScreen.qml b/components/mobilehomescreencomponents/qml/HomeScreen.qml index 601d28de..aae300fb 100644 --- a/components/mobilehomescreencomponents/qml/HomeScreen.qml +++ b/components/mobilehomescreencomponents/qml/HomeScreen.qml @@ -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