Skip to content

Commit

Permalink
bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jul 18, 2024
1 parent 9f3ac1b commit 3dda1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/form/editors/MMFormGalleryEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ MMPrivateComponents.MMBaseInput {
MouseArea {
anchors.fill: parent
onClicked: {
root.forceActiveFocus() //prevent app freeze as mentioned in issue #3538
root.createLinkedFeature( root._fieldFeatureLayerPair, root._fieldAssociatedRelation )
}
}
Expand Down

1 comment on commit 3dda1f1

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

Please sign in to comment.