remotes/1693045480750635534/spooky-22
Aevann1 2022-03-22 16:33:21 +02:00
parent 4b3fcb18f2
commit 74fbdd278a
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
function quote(text) {
textbox.style.height = '76px'
textbox.value = text + '\n'
textbox.value = '> ' + text + '\n'
textbox.focus()
}