effects/overview: exit on background click
BUG: 441301
This commit is contained in:
parent
17b161213c
commit
1490215f0d
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ FocusScope {
|
|||
Behavior on opacity {
|
||||
OpacityAnimator { duration: effect.animationDuration }
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
onTapped: effect.deactivate();
|
||||
}
|
||||
}
|
||||
|
||||
ExpoArea {
|
||||
|
|
Loading…
Reference in a new issue