focus textarea when replying
This commit is contained in:
parent
46d125fa18
commit
eb9cadd36d
@ -5,6 +5,7 @@
|
||||
button.addEventListener("click", (e) => {
|
||||
ta.value += button.value;
|
||||
ta.scrollIntoView()
|
||||
ta.focus();
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user