Skip to content

Commit

Permalink
feat: close image popup on click
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored and iurimatias committed Dec 16, 2020
1 parent b524c3b commit 43d9d51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/shared/status/StatusImageModal.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@ Popup {
anchors.verticalCenter: parent.verticalCenter
mipmap: true
smooth: false

MouseArea {
onClicked: root.close()
anchors.fill: parent
}
}
}

0 comments on commit 43d9d51

Please sign in to comment.