drawer: Fix animation

Don't use tapping on an application to start it like the start of a
drawer dragging session
This commit is contained in:
Aleix Pol 2021-09-09 18:02:42 +02:00 committed by Aleix Pol Gonzalez
parent 4a52d8b791
commit 30344fd697

View file

@ -35,7 +35,9 @@ MouseArea {
})
}
propagateComposedEvents: true
onClicked: {
mouse.accepted = true
if (model.applicationRunning) {
delegate.launch(0, 0, "", model.applicationName, model.applicationStorageId);
} else {