Skip to content

Commit 6b5753b

Browse files
save file
1 parent 0f4019c commit 6b5753b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382

383383
iframe = document.createElement('iframe');
384384
obj.iframe = iframe;
385-
//document.body.append(iframe)
385+
document.body.append(iframe)
386386

387387
//iframe.style.display = 'none';
388388
//iframe.sandbox = 'allow-scripts allow-same-origin';
@@ -391,7 +391,7 @@
391391
var url = window.URL.createObjectURL(blob);
392392
iframe.onload = onload;
393393
iframe.src = url;
394-
cur.root.append(iframe);
394+
//cur.root.append(iframe);
395395

396396
return promise;
397397

0 commit comments

Comments
 (0)