Fixed disappearing sidebars when nested content is expanded

This commit is contained in:
squidfunk
2020-03-26 16:13:53 +01:00
parent c9b2c1eaab
commit 42524ae124
5 changed files with 7 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ export function watchMain(
}))
)
),
distinctUntilKeyChanged("top"),
distinctUntilKeyChanged("bottom"),
shareReplay(1)
)