Skip to content
Snippets Groups Projects
Commit 644550a3 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

chatviewfooter: fix focus on reply to

Change-Id: I3f26a4f38ae3e68e36c8121b33108363bbb06291
parent bcfc2ccf
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ Rectangle {
function onReplyToIdChanged() {
if (MessagesAdapter.replyToId.length > 0)
messageBar.forceActiveFocus()
messageBar.textAreaObj.forceActiveFocus()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment