From 205ae02038b64611f3b5c2c0fda7c345a70f9140 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Wed, 13 Nov 2024 11:20:18 -0500 Subject: [PATCH] chore: run formatter Signed-off-by: Aaron Pham --- quartz/components/scripts/search.inline.ts | 1 - 1 file changed, 1 deletion(-) 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"]) {