diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-25 04:24:49 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-25 04:25:19 +0300 |
| commit | 18d7684f3243da4068dcc21b66854484fb61b062 (patch) | |
| tree | 5ecfdbe7d1b59701b92152ac0ee9ce6b1b37a772 /src | |
| parent | 5970bf4e856b6ced0bbbf53268411f95ce3e1341 (diff) | |
fix for non-shrinking main post form
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 94c75b6a..2435074b 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -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 { |
