summaryrefslogtreecommitdiff
path: root/ChatView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'ChatView.qml')
-rw-r--r--ChatView.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChatView.qml b/ChatView.qml
index 3c5706a..f06d4f7 100644
--- a/ChatView.qml
+++ b/ChatView.qml
@@ -28,6 +28,11 @@ Page
wrapMode: TextArea.Wrap
Layout.fillWidth: true
placeholderText: qsTr("Compose message")
+
+ Component.onCompleted:
+ {
+ textarea.forceActiveFocus()
+ }
}
Button