@bobfrankston/rmfmail 1.1.210 → 1.1.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/client/app.js CHANGED
@@ -2523,7 +2523,7 @@ window.addEventListener("message", (e) => {
2523
2523
  }
2524
2524
  const x = (iframeRect?.left || 0) + (e.data.x || 0);
2525
2525
  const y = (iframeRect?.top || 0) + (e.data.y || 0);
2526
- showPreviewBodyMenu(x, y, String(e.data.selectedText || ""), e.source, String(e.data.linkUrl || "") || undefined, String(e.data.linkText || "") || undefined);
2526
+ showPreviewBodyMenu(x, y, String(e.data.selectedText || ""), e.source, String(e.data.linkUrl || "") || undefined, String(e.data.linkText || "") || undefined, String(e.data.imgSrc || "") || undefined);
2527
2527
  return;
2528
2528
  }
2529
2529
  if (e.data?.type === "linkContextMenu") {