Skip to content

Commit

Permalink
fixing first method to reproduce issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 23, 2024
1 parent 0f8a801 commit 5aab35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/qml/components/private/MMBaseSingleLineInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ MMBaseInput {
radius: __style.radius12

RowLayout {
anchors .fill: parent
anchors.fill: parent

spacing: __style.margin12

Expand Down
4 changes: 1 addition & 3 deletions app/qml/form/editors/MMFormGalleryEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ MMPrivateComponents.MMBaseInput {

MMComponents.MMSingleClickMouseArea {
anchors.fill: parent
onSingleClicked: {
root.createLinkedFeature( root._fieldFeatureLayerPair, root._fieldAssociatedRelation )
}
onSingleClicked: root.createLinkedFeature( root._fieldFeatureLayerPair, root._fieldAssociatedRelation )
}
}

Expand Down

1 comment on commit 5aab35d

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

Please sign in to comment.