diff --git a/components/mobileshell/qml/components/GridView.qml b/components/mobileshell/qml/components/GridView.qml index 5d310b1d..8fc6de85 100644 --- a/components/mobileshell/qml/components/GridView.qml +++ b/components/mobileshell/qml/components/GridView.qml @@ -19,6 +19,12 @@ GridView { } } + onDraggingChanged: { + if (dragging) { + currentIndex = -1; + } + } + Component { id: highlightComponent Rectangle {