We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe530e commit a6ab37aCopy full SHA for a6ab37a
utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html
@@ -338,6 +338,7 @@
338
339
iframe = document.createElement('iframe');
340
obj.iframe = iframe;
341
+ iframe.style.display = 'none';
342
iframe.sandbox = 'allow-scripts allow-same-origin';
343
var blob = new Blob([html],{type:'text/html'});
344
var url = window.URL.createObjectURL(blob);
0 commit comments