Skip to content

Commit a30b417

Browse files
save file
1 parent 8e873cd commit a30b417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
}
530530

531531
iframe = document.createElement('iframe');
532-
iframe.srcdoc = '';
532+
//iframe.srcdoc = '';
533533
iframe.onload = onload;
534534
root.append(iframe);
535535

0 commit comments

Comments
 (0)