From babbc039ab3ac0c7cb411753dde0fd49b9e216cb Mon Sep 17 00:00:00 2001 From: Anjani Kumar Date: Sun, 14 Feb 2021 15:32:02 +0530 Subject: [PATCH] Focus inputField after cancelling edit/reply --- imports/NeoChat/Component/ChatTextInput.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index 163572643..2111af7c6 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -595,6 +595,7 @@ ToolBar { root.replyContent = ""; root.replyEventID = ""; root.editEventId = ""; + focus(); } function focus() {