Skip to content

Commit c19f0b4

Browse files
save file
1 parent 5e3b13e commit c19f0b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484

8585
var output;
8686
var iframe;
87+
obj.iframe;
8788

8889

8990

@@ -214,6 +215,7 @@
214215
}
215216

216217
iframe = document.createElement('iframe');
218+
obj.iframe = iframe;
217219
iframe.srcdoc = '';
218220
iframe.onload = onload;
219221
root.append(iframe);

0 commit comments

Comments
 (0)