mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
uiux(StatusChatInput): ensure input gets focussed when replying to messages
This commit is contained in:
parent
ede6afff26
commit
69fd2dc99b
@ -325,6 +325,7 @@ Rectangle {
|
||||
replyArea.userName = userName
|
||||
replyArea.message = message
|
||||
replyArea.identicon = identicon
|
||||
messageInputField.forceActiveFocus();
|
||||
}
|
||||
|
||||
FileDialog {
|
||||
|
Loading…
x
Reference in New Issue
Block a user