Jacky Zhao
2024-03-18 daa8796554dea41d6fbf81f4eccea58153a4e850
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)