mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 19:45:08 -04:00
Fixed disappearing sidebars when nested content is expanded
This commit is contained in:
@@ -99,7 +99,7 @@ export function watchMain(
|
||||
}))
|
||||
)
|
||||
),
|
||||
distinctUntilKeyChanged("top"),
|
||||
distinctUntilKeyChanged("bottom"),
|
||||
shareReplay(1)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user