summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authortastytea <tastytea@tastytea.de>2023-03-12 22:46:23 +0100
committertastytea <tastytea@tastytea.de>2023-03-12 22:46:23 +0100
commita4d8df7bd0f21111fe31c5ea0c73e1777be15030 (patch)
treed5d09fd25255684c707d63e9b88a56c2787ff43f /resources
parentUpdate cirrus build to work around brew bundle issue (diff)
downloadnheko-a4d8df7bd0f21111fe31c5ea0c73e1777be15030.tar.xz
make scroll-down button (toEndButton) focus message input
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index f9aaf9dd..83cbb781 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -821,7 +821,7 @@ Item {
         width: 0
         height: width
         radius: width/2
-        onClicked: chat.positionViewAtBeginning();
+        onClicked: function() { chat.positionViewAtBeginning(); TimelineManager.focusMessageInput(); }
         flat: true
         hoverEnabled: true