diff --git a/quartz/components/scripts/search.inline.ts b/quartz/components/scripts/search.inline.ts index b3e91e315..b3f09c538 100644 --- a/quartz/components/scripts/search.inline.ts +++ b/quartz/components/scripts/search.inline.ts @@ -409,7 +409,6 @@ document.addEventListener("nav", async (e: CustomEventMap["nav"]) => { container.scrollTo({ top: relativeTop, behavior: "smooth" }) } } - } async function onType(e: HTMLElementEventMap["input"]) {