instead of clearing, highlight said

main
Bel LaPointe 2025-10-15 19:57:16 -06:00
parent b5942a90ea
commit 52ab5dbcfa
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
ws.send(data);
print("SENT: " + input.value);
input.value = "";
input.select();
if (document.getElementById("listen").checked) {
ws.onmessage({data: data});
}