We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4019c commit 6b5753bCopy full SHA for 6b5753b
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