From 27c10447e62c0460c146bef1f63bdcd9c64cd724 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Thu, 17 Apr 2025 17:42:33 -0400 Subject: [PATCH] no blanking --- static/index.js | 1 - 1 file changed, 1 deletion(-) 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) }