diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index a2447978b..163572643 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -589,6 +589,9 @@ ToolBar { function clearEditReply() { isReply = false; replyUser = null; + if (root.editEventId.length > 0) { + clear(); + } root.replyContent = ""; root.replyEventID = ""; root.editEventId = "";