Skip to content

Commit

Permalink
adding MMSingleClickMouseArea to MMPhoto
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 18, 2024
1 parent 3e1ce90 commit ba814ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qml/components/MMPhoto.qml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Image {
}
}

MouseArea {
MMSingleClickMouseArea {
anchors.fill: parent
onClicked: root.clicked(root.photoUrl)
onSingleClicked: root.clicked(root.photoUrl)
}

onStatusChanged: {
Expand Down

1 comment on commit ba814ca

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.7.641911 just submitted!

Please sign in to comment.