Display additional scope description above the status form for mobile users.

This commit is contained in:
eugenijm 2019-04-22 18:25:21 +03:00
parent 4819009d21
commit befaa477a3
3 changed files with 8 additions and 3 deletions

View file

@ -338,6 +338,7 @@ const PostStatusForm = {
},
changeVis (visibility) {
this.newStatus.visibility = visibility
this.$emit('onScopeChange', visibility)
}
}
}