Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/qml/components/private/MMBaseSingleLineInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ MMBaseInput {
implicitWidth: width

readOnly: root.editState === "readOnly" || root.editState === "disabled"
activeFocusOnPress: !readOnly // Important due to crashes on iOS, see https://github.com/MerginMaps/mobile/pull/4561

// Ensure the text is scrolled to the beginning
Component.onCompleted: ensureVisible( 0 )
Expand Down
Loading