Clears inputField when edit is cancelled.

This commit is contained in:
Anjani Kumar
2021-02-13 19:17:06 +00:00
committed by Carl Schwan
parent f4ab281789
commit 3979cf59ce

View File

@@ -589,6 +589,9 @@ ToolBar {
function clearEditReply() {
isReply = false;
replyUser = null;
if (root.editEventId.length > 0) {
clear();
}
root.replyContent = "";
root.replyEventID = "";
root.editEventId = "";