forked from andyburke/autonomous.contact
fix: append new blurbs properly
This commit is contained in:
parent
dcbd9c7511
commit
f35fe395c6
2 changed files with 49 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue