clear input post value after submission

This commit is contained in:
William Casarin 2022-10-28 09:18:50 -07:00
parent 77721c97d3
commit dd1bd4f69c

View file

@ -360,6 +360,8 @@ async function send_post() {
post.sig = await sign_id(privkey, post.id)
pool.send(["EVENT", post])
input_el.value = ""
}
function render_home_view(model) {