Added loading logic for lunr-languages

This commit is contained in:
squidfunk
2020-01-26 15:42:22 +01:00
parent d329b6921f
commit 1fdb65b88f
15 changed files with 320 additions and 115 deletions

View File

@@ -75,7 +75,7 @@ interface Options {
* @return Main area state observable
*/
export function watchMain(
el: HTMLElement, { viewport }: Agent, { header$ }: Options
el: HTMLElement, { viewport }: Agent, { header$ }: Options
): Observable<MainState> {
/* Compute necessary adjustment for header */