mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 14:23:39 -04:00
Refactored to use URLs at all times
This commit is contained in:
@@ -58,7 +58,7 @@ interface MountOptions {
|
||||
*/
|
||||
export function mountHeaderTitle(
|
||||
{ header$, viewport$ }: MountOptions
|
||||
): OperatorFunction<HTMLElement, any> {
|
||||
): OperatorFunction<HTMLElement, boolean> {
|
||||
return pipe(
|
||||
switchMap(el => useComponent("main")
|
||||
.pipe(
|
||||
|
||||
Reference in New Issue
Block a user