Skip to content

Commit 603f632

Browse files
save file
1 parent 1c4c0c9 commit 603f632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,11 @@
405405

406406
iframe.style.display = 'none';
407407
iframe.sandbox = 'allow-scripts allow-same-origin';
408+
iframe.onload = onload;
408409

409410
//var blob = new Blob([html],{type:'text/html'});
410411
//var url = window.URL.createObjectURL(blob);
411412

412-
iframe.onload = onload;
413413
iframe.srcdoc = '';
414414

415415
return promise;

0 commit comments

Comments
 (0)