mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Merge pull request #1415 from tastytea/toEndButton-focus
make scroll-down button (toEndButton) focus message input
This commit is contained in:
commit
f401562d91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue