@innovastudio/contentbuilder 1.0.87 → 1.0.88
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/package.json
CHANGED
|
@@ -13056,6 +13056,7 @@ class HtmlUtil {
|
|
|
13056
13056
|
const util = this.builder.util;
|
|
13057
13057
|
const builderStuff = this.builder.builderStuff;
|
|
13058
13058
|
const viewhtmlnormal = builderStuff.querySelector('.viewhtmlnormal');
|
|
13059
|
+
util.showModal(viewhtmlnormal, true, null, false);
|
|
13059
13060
|
let iframe = viewhtmlnormal.querySelector('iframe');
|
|
13060
13061
|
iframe.outerHTML = '<iframe id="ifrHtml" style="width:100%;height:100%;border: none;" src="about:blank"></iframe>'; //clear
|
|
13061
13062
|
|
|
@@ -13064,7 +13065,6 @@ class HtmlUtil {
|
|
|
13064
13065
|
doc.write(this.getIframeHtml()); // use the same html as viewhtmllarger
|
|
13065
13066
|
|
|
13066
13067
|
doc.close();
|
|
13067
|
-
util.showModal(viewhtmlnormal, true, null, false);
|
|
13068
13068
|
}
|
|
13069
13069
|
|
|
13070
13070
|
viewHtmlLarger() {
|