We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a829f6 commit 0f4019cCopy full SHA for 0f4019c
utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html
@@ -382,7 +382,7 @@
382
383
iframe = document.createElement('iframe');
384
obj.iframe = iframe;
385
- document.body.append(iframe);
+ //document.body.append(iframe)
386
387
//iframe.style.display = 'none';
388
//iframe.sandbox = 'allow-scripts allow-same-origin';
@@ -391,7 +391,7 @@
391
var url = window.URL.createObjectURL(blob);
392
iframe.onload = onload;
393
iframe.src = url;
394
- //cur.root.append(iframe);
+ cur.root.append(iframe);
395
396
return promise;
397
0 commit comments