diff options
| author | Toromino <d.buchholz@toromino.de> | 2018-08-05 19:41:34 +0000 |
|---|---|---|
| committer | Toromino <d.buchholz@toromino.de> | 2018-08-05 19:41:34 +0000 |
| commit | 88a81406e3feaa4241a7f76278b2c4b126e2496b (patch) | |
| tree | 24da293389d9c72b83c45f987ab7794b3624914a /src | |
| parent | fd484a1a628c29bcd0bed6b68488ee28b5497fd0 (diff) | |
Remove trailing whitespace
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index b1a1acb7..dcb2c6e3 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -31,7 +31,7 @@ const PostStatusForm = { }, mounted () { this.resize(this.$refs.textarea) - + if (this.replyTo) { this.$refs.textarea.focus() } |
