summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pages/main/page.js1
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 = ""
     }