Skip to content

Commit a6ab37a

Browse files
save file
1 parent efe530e commit a6ab37a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338

339339
iframe = document.createElement('iframe');
340340
obj.iframe = iframe;
341+
iframe.style.display = 'none';
341342
iframe.sandbox = 'allow-scripts allow-same-origin';
342343
var blob = new Blob([html],{type:'text/html'});
343344
var url = window.URL.createObjectURL(blob);

0 commit comments

Comments
 (0)