forked from AkkomaGang/akkoma-fe
fix for non-shrinking main post form
This commit is contained in:
parent
5970bf4e85
commit
18d7684f32
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ const PostStatusForm = {
|
||||||
}
|
}
|
||||||
this.$emit('posted')
|
this.$emit('posted')
|
||||||
let el = this.$el.querySelector('textarea')
|
let el = this.$el.querySelector('textarea')
|
||||||
|
el.style.height = 'auto'
|
||||||
el.style.height = undefined
|
el.style.height = undefined
|
||||||
this.error = null
|
this.error = null
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue