forked from MarseyWorld/MarseyWorld
when u toggle textarea, make it fit the size of text in it
parent
d545548139
commit
f32e598a64
|
@ -75,6 +75,8 @@ function ToggleReplyBox(id) {
|
|||
}
|
||||
textarea.focus()
|
||||
}
|
||||
|
||||
autoExpand(textarea);
|
||||
}
|
||||
|
||||
function toggleEdit(id){
|
||||
|
|
Loading…
Reference in New Issue