diff options
author | WlodekM <[email protected]> | 2024-12-01 12:33:27 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-12-01 12:33:27 +0200 |
commit | 100d885b92f61a5b92b526bfb55122065c532372 (patch) | |
tree | 12252128b014c7c05e2befccbf2718c868ea15ea /pages/main/page.js | |
parent | 84ebada2cc3a7f6f094d249ceae0df49f66e55bc (diff) |
re-render replies on message
Diffstat (limited to 'pages/main/page.js')
-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 = "" } |