| quartz/components/scripts/graph.inline.ts | ●●●●● patch | view | raw | blame | history |
quartz/components/scripts/graph.inline.ts
@@ -319,8 +319,8 @@ registerEscapeHandler(container, hideGlobalGraph) } document.addEventListener("nav", async (e: unknown) => { const slug = (e as CustomEventMap["nav"]).detail.url document.addEventListener("nav", async (e: CustomEventMap["nav"]) => { const slug = e.detail.url addToVisited(slug) await renderGraph("graph-container", slug)