We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc7234 commit f022d6eCopy full SHA for f022d6e
mobile/ChannelInputBar.qml
@@ -7,6 +7,8 @@ import lith 1.0
7
8
RowLayout {
9
spacing: 0
10
+ // TODO
11
+ property alias textInput: channelTextInput
12
property bool hasFocus: channelTextInput.activeFocus
13
Button {
14
Layout.preferredWidth: height
mobile/ChannelView.qml
@@ -55,6 +55,12 @@ ColumnLayout {
55
//inputField.text += " " + fileUrl
56
//imageButton.isBusy = false
57
uploader.upload(fileUrl)
58
+ Qt.inputMethod.hide()
59
+ inputBar.textInput.forceActiveFocus()
60
+ }
61
+ onRejected: {
62
63
64
}
65
66
0 commit comments