Skip to content

Commit

Permalink
adding new SingleClickMouseArea to photo procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 10, 2024
1 parent 9f46109 commit cd68d0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/qml/form/components/photo/MMPhotoAttachment.qml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Rectangle {
}
}

MouseArea {
MMComponents.MMSingleClickMouseArea{
anchors.fill: parent
onClicked: root.capturePhotoClicked()
onSingleClicked: root.capturePhotoClicked()
}
}

Expand Down Expand Up @@ -102,9 +102,9 @@ Rectangle {
}
}

MouseArea {
MMComponents.MMSingleClickMouseArea{
anchors.fill: parent
onClicked: root.chooseFromGalleryClicked()
onSingleClicked: root.chooseFromGalleryClicked()
}
}
}
Expand Down

1 comment on commit cd68d0f

@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.640411 just submitted!

Please sign in to comment.