Remove trailing whitespace

This commit is contained in:
Toromino 2018-08-05 19:41:34 +00:00
parent fd484a1a62
commit 88a81406e3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const PostStatusForm = {
},
mounted () {
this.resize(this.$refs.textarea)
if (this.replyTo) {
this.$refs.textarea.focus()
}