From 5621d5725c747da214f6c6f8721ffb5a86fb6f2b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Dec 2018 14:43:03 +0900 Subject: [Client] Fix bug --- src/client/app/desktop/views/components/post-form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/app/desktop/views') diff --git a/src/client/app/desktop/views/components/post-form.vue b/src/client/app/desktop/views/components/post-form.vue index 7ed8cf02ce..98c16cd5d0 100644 --- a/src/client/app/desktop/views/components/post-form.vue +++ b/src/client/app/desktop/views/components/post-form.vue @@ -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); -- cgit v1.3.1-freya