diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/main/page.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/main/page.js b/pages/main/page.js index 1c20850..e70ce7c 100644 --- a/pages/main/page.js +++ b/pages/main/page.js @@ -160,6 +160,7 @@ export async function onload() { attachments: [] })) replies = []; + rednerReplyThingy() document.getElementById("messageInput").value = "" } |