b
This commit is contained in:
parent
542dd87ea1
commit
f0196808d8
4 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue