Merge pull request #3815 from nextcloud/selectStatusTextByMouse

TextInput by default do not allow selecting text by mouse
This commit is contained in:
Matthieu Gallien 2021-09-21 11:59:35 +02:00 committed by GitHub
commit d0d4b08a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,7 @@ ColumnLayout {
Layout.fillWidth: true
placeholderText: qsTr("What is your status?")
text: userStatusSelectorModel.userStatusMessage
selectByMouse: true
onEditingFinished: userStatusSelectorModel.setUserStatusMessage(text)
}
}