mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-25 15:53:11 +02:00
サイドバーの表示設定がリアルタイム反映されない問題を修正
This commit is contained in:
parent
70eb75b7e6
commit
fa66eac096
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default defineComponent({
|
||||||
this.showing = false;
|
this.showing = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
'$store.reactiveState.sidebarDisplay'() {
|
'$store.reactiveState.sidebarDisplay.value'() {
|
||||||
this.calcViewState();
|
this.calcViewState();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue