Allow right clicking outside of image to close it
This commit is contained in:
@@ -58,6 +58,7 @@ HPopup {
|
||||
ScrollBar.vertical: null
|
||||
|
||||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
onTapped: popup.close()
|
||||
gesturePolicy: TapHandler.ReleaseWithinBounds
|
||||
}
|
||||
|
Reference in New Issue
Block a user