when u toggle textarea, make it fit the size of text in it

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-09 19:23:21 +02:00
parent d545548139
commit f32e598a64
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ function ToggleReplyBox(id) {
}
textarea.focus()
}
autoExpand(textarea);
}
function toggleEdit(id){