feat: close image popup on click
This commit is contained in:
parent
b524c3b423
commit
43d9d5184d
|
@ -49,5 +49,10 @@ Popup {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
mipmap: true
|
||||
smooth: false
|
||||
|
||||
MouseArea {
|
||||
onClicked: root.close()
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue