mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 06:13:38 -04:00
Refactored other browser observables, removed memleaks
This commit is contained in:
@@ -51,6 +51,6 @@ export function watchLocationBase(
|
||||
.toString()
|
||||
.replace(/\/$/, "")
|
||||
),
|
||||
shareReplay(1)
|
||||
shareReplay({ bufferSize: 1, refCount: true })
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user