mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 09:12:35 -04:00
Fixed open details always closed on initial load
This commit is contained in:
@@ -81,7 +81,7 @@ interface MountOptions {
|
||||
export function watchDetails(
|
||||
el: HTMLDetailsElement, { target$, print$ }: WatchOptions
|
||||
): Observable<Details> {
|
||||
let open = false
|
||||
let open = true
|
||||
return merge(
|
||||
|
||||
/* Open and focus details on location target */
|
||||
|
||||
Reference in New Issue
Block a user