Update ui/app/AppLayouts/Chat/ChatColumn.qml

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
RichΛrd 2021-05-05 16:14:45 -04:00 committed by Iuri Matias
parent fbbfa30b1b
commit efe550ccd5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ StackLayout {
property string activeChatId: chatsModel.activeChannel.id
property bool isBlocked: profileModel.contacts.isContactBlocked(activeChatId)
property var input: chatInput
property alias input: chatInput
Component.onCompleted: {
chatInput.textInput.forceActiveFocus(Qt.MouseFocusReason)