diff --git a/webv2/damus.js b/webv2/damus.js index 6a399c1..892f548 100644 --- a/webv2/damus.js +++ b/webv2/damus.js @@ -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) {