mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 17:16:08 +02: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