diff --git a/components/mobilehomescreencomponents/qml/DrawerDelegate.qml b/components/mobilehomescreencomponents/qml/DrawerDelegate.qml index e85fa193..80329e02 100644 --- a/components/mobilehomescreencomponents/qml/DrawerDelegate.qml +++ b/components/mobilehomescreencomponents/qml/DrawerDelegate.qml @@ -35,7 +35,9 @@ MouseArea { }) } + propagateComposedEvents: true onClicked: { + mouse.accepted = true if (model.applicationRunning) { delegate.launch(0, 0, "", model.applicationName, model.applicationStorageId); } else {