Jacky Zhao
2023-12-03 54b4a5567c8c12d4d00a4f782f4a597a2433be73
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())