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

View File

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