Skip to content

Commit

Permalink
MMSingleClickMouseArea on openLinkedFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 16, 2024
1 parent 8cf8f81 commit 3e1ce90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qml/form/editors/MMFormRelationEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ MMPrivateComponents.MMBaseInput {
verticalAlignment: Text.AlignVCenter
}

MouseArea {
MMComponents.MMSingleClickMouseArea {
anchors.fill: parent
onClicked: root.openLinkedFeature( model.FeaturePair )
onSingleClicked: root.openLinkedFeature( model.FeaturePair )
}

onVisibleChanged: root.recalculateVisibleItems()
Expand Down

1 comment on commit 3e1ce90

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

Please sign in to comment.