summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-27 10:46:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-27 10:46:00 +0900
commitfa66eac096e92c12d5f4784f6ea1bf30ab165ae5 (patch)
tree54fe63d0bf09cc714d1bcf3dccd33effc2a6ded9 /src/client/components
parentUpdate webpack.config.ts (diff)
downloadsharkey-fa66eac096e92c12d5f4784f6ea1bf30ab165ae5.tar.gz
sharkey-fa66eac096e92c12d5f4784f6ea1bf30ab165ae5.tar.bz2
sharkey-fa66eac096e92c12d5f4784f6ea1bf30ab165ae5.zip
サイドバーの表示設定がリアルタイム反映されない問題を修正
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/sidebar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/sidebar.vue b/src/client/components/sidebar.vue
index fff11faddb..807a714ed1 100644
--- a/src/client/components/sidebar.vue
+++ b/src/client/components/sidebar.vue
@@ -88,7 +88,7 @@ export default defineComponent({
this.showing = false;
},
- '$store.reactiveState.sidebarDisplay'() {
+ '$store.reactiveState.sidebarDisplay.value'() {
this.calcViewState();
},