effects/overview: exit on background click

BUG: 441301
This commit is contained in:
Xaver Hugl 2021-08-21 21:52:56 +02:00
parent 17b161213c
commit 1490215f0d

View file

@ -63,6 +63,10 @@ FocusScope {
Behavior on opacity {
OpacityAnimator { duration: effect.animationDuration }
}
TapHandler {
onTapped: effect.deactivate();
}
}
ExpoArea {