make scroll-down button (toEndButton) focus message input
This commit is contained in:
parent
5edbad612e
commit
a4d8df7bd0
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user