diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-03 17:35:49 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-03 17:35:49 +0100 |
| commit | 572aceb7e7a86c227f2d92c0abf651ba9c3cb4df (patch) | |
| tree | 7afeec57588a747e45afb3f3a5bdebaa77df0a7e /src/components/post_status_form | |
| parent | 2c999ce5a2f1246b6e982b188302a0e5a0775d7d (diff) | |
Hide after posting.
Diffstat (limited to 'src/components/post_status_form')
| -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 0d4d87f2..2c015154 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -45,6 +45,7 @@ const PostStatusForm = { inReplyToStatusId: this.replyTo }) this.newStatus = { } + this.$emit('posted') } } } |
