fix(ActivityCenter): Close activity center on click outside (via MouseArea)
Closes: #6628
This commit is contained in:
parent
78969cb8e0
commit
54687cc8cf
|
@ -45,7 +45,9 @@ Popup {
|
||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
|
|
||||||
dim: true
|
dim: true
|
||||||
Overlay.modeless: MouseArea {}
|
Overlay.modeless: MouseArea {
|
||||||
|
onClicked: activityCenter.close()
|
||||||
|
}
|
||||||
|
|
||||||
width: 560
|
width: 560
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
|
|
Loading…
Reference in New Issue