Added search status to observable

This commit is contained in:
squidfunk
2020-04-26 17:22:55 +02:00
parent 398cd895c3
commit b5be7d3971
5 changed files with 51 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ export function mountTableOfContents(
applyAnchorList(els)
)
/* Combine into a single hot observable */
/* Combine into single hot observable */
return combineLatest([sidebar$, anchors$])
.pipe(
map(([sidebar, anchors]) => ({ sidebar, anchors }))