| quartz/components/scripts/popover.inline.ts | ●●●●● patch | view | raw | blame | history |
quartz/components/scripts/popover.inline.ts
@@ -61,10 +61,7 @@ switch (contentTypeCategory) { case "image": const img = document.createElement("img") response.blob().then((blob) => { img.src = URL.createObjectURL(blob) }) img.src = targetUrl.toString() img.alt = targetUrl.pathname popoverInner.appendChild(img)