[Client] Fix bug
This commit is contained in:
parent
105fefd114
commit
5621d5725c
3 changed files with 14 additions and 4 deletions
|
|
@ -381,7 +381,8 @@ export default Vue.extend({
|
|||
|
||||
setVisibility() {
|
||||
const w = this.$root.new(MkVisibilityChooser, {
|
||||
source: this.$refs.visibilityButton
|
||||
source: this.$refs.visibilityButton,
|
||||
currentVisibility: this.visibility
|
||||
});
|
||||
w.$once('chosen', v => {
|
||||
this.applyVisibility(v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue