fix: append new blurbs properly

This commit is contained in:
Andy Burke 2025-10-03 15:25:20 -07:00
parent dcbd9c7511
commit f35fe395c6
2 changed files with 49 additions and 2 deletions

View file

@ -36,7 +36,7 @@
width: 100%;
transition: all 0.5s;
"
on_reply="async (blurb) => { await append_blurbs([blurb]); }"
on_reply="async (blurb) => { await render_blurb(blurb); }"
on_parsed="async (blurb) => { await render_blurb(blurb); document.getElementById(blurb.id)?.classList.add('sending'); }"
>
<input type="hidden" name="type" value="blurb" />