feature/user_timelines
Shpuld Shpuldson 7 years ago
parent e704e1daaf
commit 5465791372

@ -92,7 +92,7 @@ const PostStatusForm = {
}, },
resize (e) { resize (e) {
e.target.style.height = 'auto' e.target.style.height = 'auto'
e.target.style.height = (e.target.scrollHeight - 10)+'px' e.target.style.height = `${e.target.scrollHeight - 10}px`
} }
} }
} }

Loading…
Cancel
Save