| quartz/components/scripts/popover.inline.ts | ●●●●● patch | view | raw | blame | history |
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())