@bobfrankston/rmfmail 1.1.108 → 1.1.110

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.
@@ -2154,6 +2154,7 @@ function spawnDesktopPopout(msg, accountId) {
2154
2154
  iframe.srcdoc = wrapHtmlBody(msg.bodyHtml, msg.remoteAllowed);
2155
2155
  iframe.style.cssText = "flex:1;border:none;width:100%;background:#fff;";
2156
2156
  bodyContainer.appendChild(iframe);
2157
+ installPreviewControls(iframe);
2157
2158
  } else {
2158
2159
  const pre = document.createElement("pre");
2159
2160
  pre.style.cssText = "padding:12px;white-space:pre-wrap;word-break:break-word;margin:0;flex:1;overflow:auto;";