dependabot[bot]
2024-02-01 444e05ee21687473c17c19e1d52d7da39694971c
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)