mancuoj
2023-12-02 649090de1b7a8a8849074b8e1bfd938943e1b028
quartz/components/scripts/popover.inline.ts
@@ -32,8 +32,6 @@
  const hash = targetUrl.hash
  targetUrl.hash = ""
  targetUrl.search = ""
  // prevent hover of the same page
  if (thisUrl.toString() === targetUrl.toString()) return
  const contents = await fetch(`${targetUrl}`)
    .then((res) => res.text())