Aevann 2023-09-04 22:47:50 +03:00
parent df6562802f
commit e0c9712ebc
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ function quote(t) {
ta.focus()
}
ta.addEventListener("keyup", function(e) {
ta.addEventListener("keydown", function(e) {
if (e.key === 'Enter' && !current_word) {
e.preventDefault();
send();