Fixed content tabs stealing keyboard access to search

This commit is contained in:
squidfunk
2021-10-10 23:13:40 +02:00
parent 77c62c9b55
commit 03ff04b339
10 changed files with 32 additions and 22 deletions

View File

@@ -163,7 +163,7 @@ export async function handler(
* Worker
* ------------------------------------------------------------------------- */
/* @ts-ignore - expose Lunr.js in global scope, or stemmers will not work */
/* @ts-expect-error - expose Lunr.js in global scope, or stemmers won't work */
self.lunr = lunr
/* Handle messages */