diff options
| author | eugenijm <eugenijm@protonmail.com> | 2019-04-22 18:25:21 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2019-05-06 18:10:58 +0300 |
| commit | befaa477a39234b9455faebfe54e90569013ebd0 (patch) | |
| tree | 71f422397425e5589c2d2cc837ffc38bc35e6bd4 /src/components/post_status_form | |
| parent | 4819009d21692a1f14fee1e1dfd9b690bb952a6a (diff) | |
Display additional scope description above the status form for mobile users.
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 c65c27e2..d956ebe6 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -338,6 +338,7 @@ const PostStatusForm = { }, changeVis (visibility) { this.newStatus.visibility = visibility + this.$emit('onScopeChange', visibility) } } } |
