remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 16:34:01 +02:00
parent 2dc7a471f3
commit ecb079b613
1 changed files with 1 additions and 1 deletions

View File

@ -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) {