Skip to content

Commit a686d3e

Browse files
save file
1 parent de2e359 commit a686d3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,9 @@
300300

301301
var echo = chk['console-echo'].checked;
302302
//iframe.contentWindow.postMessage({type:'run',html,echo},'*');
303+
303304
console.log(html);
304-
305+
debugger;
305306
var blob=new Blob([html],{type:'text/html'});
306307
var url=URL.createObjectURL(blob);
307308
iframe.src=url;

0 commit comments

Comments
 (0)