Clears inputField when edit is cancelled.
This commit is contained in:
committed by
Carl Schwan
parent
f4ab281789
commit
3979cf59ce
@@ -589,6 +589,9 @@ ToolBar {
|
||||
function clearEditReply() {
|
||||
isReply = false;
|
||||
replyUser = null;
|
||||
if (root.editEventId.length > 0) {
|
||||
clear();
|
||||
}
|
||||
root.replyContent = "";
|
||||
root.replyEventID = "";
|
||||
root.editEventId = "";
|
||||
|
||||
Reference in New Issue
Block a user