diff --git a/static/index.js b/static/index.js index 25958a9..b92becb 100644 --- a/static/index.js +++ b/static/index.js @@ -59,7 +59,6 @@ async function main(e) { msg = msg.trim(); addMsg(input.value) - input.value = ''; addMsg(msg) }