forked from rDrama/rDrama
1
0
Fork 0

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

master
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() textarea.focus()
} }
autoExpand(textarea);
} }
function toggleEdit(id){ function toggleEdit(id){