Update ui/app/AppLayouts/Chat/ChatColumn.qml
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
fbbfa30b1b
commit
efe550ccd5
|
@ -33,7 +33,7 @@ StackLayout {
|
||||||
property string activeChatId: chatsModel.activeChannel.id
|
property string activeChatId: chatsModel.activeChannel.id
|
||||||
property bool isBlocked: profileModel.contacts.isContactBlocked(activeChatId)
|
property bool isBlocked: profileModel.contacts.isContactBlocked(activeChatId)
|
||||||
|
|
||||||
property var input: chatInput
|
property alias input: chatInput
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
chatInput.textInput.forceActiveFocus(Qt.MouseFocusReason)
|
chatInput.textInput.forceActiveFocus(Qt.MouseFocusReason)
|
||||||
|
|
Loading…
Reference in New Issue