Merge pull request #1415 from tastytea/toEndButton-focus

make scroll-down button (toEndButton) focus message input
This commit is contained in:
DeepBlueV7.X 2023-03-12 21:58:11 +00:00 committed by GitHub
commit f401562d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -821,7 +821,7 @@ Item {
width: 0 width: 0
height: width height: width
radius: width/2 radius: width/2
onClicked: chat.positionViewAtBeginning(); onClicked: function() { chat.positionViewAtBeginning(); TimelineManager.focusMessageInput(); }
flat: true flat: true
hoverEnabled: true hoverEnabled: true