Skip to content

Commit 60a63f6

Browse files
save file
1 parent ca805d5 commit 60a63f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@
301301
var echo = chk['console-echo'].checked;
302302
//iframe.contentWindow.postMessage({type:'run',html,echo},'*');
303303

304+
debugger;
305+
304306
var blob=new Blob([html],{type:'text/html'});
305307
var url=URL.createObjectURL(blob);
306308
iframe.src=url;

0 commit comments

Comments
 (0)