From ecb079b61382c375fc64c44b24631a5165b12b04 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Mar 2022 16:34:01 +0200 Subject: [PATCH] sfd --- files/templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index efab3d240d..7b2ba2ad8a 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -188,9 +188,9 @@ } function quote(text) { - textbox.style.height = '80px' textbox.value = '> ' + text + '\n\n' textbox.focus() + autoExpand(textbox); } textbox.addEventListener("keyup", function(e) {