mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
サイドバーの表示設定がリアルタイム反映されない問題を修正
This commit is contained in:
@ -88,7 +88,7 @@ export default defineComponent({
|
||||
this.showing = false;
|
||||
},
|
||||
|
||||
'$store.reactiveState.sidebarDisplay'() {
|
||||
'$store.reactiveState.sidebarDisplay.value'() {
|
||||
this.calcViewState();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user