Skip to content

Commit 5760e8a

Browse files
save file
1 parent de2fb57 commit 5760e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
obj.iframe = iframe;
227227
iframe.srcdoc = '';
228228
iframe.onload = onload;
229-
root.append(iframe);
229+
cur.root.append(iframe);
230230

231231
return promise;
232232

0 commit comments

Comments
 (0)