This commit is contained in:
Aevann1 2022-03-24 22:16:15 +02:00
parent 542dd87ea1
commit f0196808d8
4 changed files with 4 additions and 4 deletions

View file

@ -98,6 +98,7 @@ function quote(t) {
text = t.previousElementSibling.innerHTML.replace(/>/g, ">").replace(/\n/g, "\n>")
textbox.value = '> ' + text + '\n\n@' + t.parentElement.previousElementSibling.innerHTML + ' '
textbox.focus()
autoExpand(textbox);
}
textbox.addEventListener("keyup", function(e) {