dependabot[bot]
2024-01-31 7b2ce8b4a312a84eabb9aa263189b22c5bdb973a
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)