Skip to content
Snippets Groups Projects
Commit 18d7684f authored by HJ's avatar HJ :fire:
Browse files

fix for non-shrinking main post form

parent 5970bf4e
Branches
No related tags found
No related merge requests found
......@@ -248,6 +248,7 @@ const PostStatusForm = {
}
this.$emit('posted')
let el = this.$el.querySelector('textarea')
el.style.height = 'auto'
el.style.height = undefined
this.error = null
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment