mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 14:23:39 -04:00
Refactored header title component
This commit is contained in:
@@ -85,7 +85,7 @@ export function setupSearchWorker(
|
||||
const worker = new Worker(url)
|
||||
const prefix = new URL(base, location.href)
|
||||
|
||||
/* Create communication channels and correct relative links */
|
||||
/* Create communication channels and resolve relative links */
|
||||
const tx$ = new Subject<SearchMessage>()
|
||||
const rx$ = watchWorker(worker, { tx$ })
|
||||
.pipe(
|
||||
|
||||
Reference in New Issue
Block a user