Skip to content

Commit 1d7a347

Browse files
save file
1 parent e3f132f commit 1d7a347

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
@@ -354,7 +354,7 @@
354354
js = '(async()=>{\n'+js+'\n})()';
355355
}
356356

357-
iframe.contentWindow.postMessage({type:'run',js});
357+
iframe.contentWindow.postMessage({type:'run',js},'*');
358358
//var result = await win.eval(js);
359359

360360

0 commit comments

Comments
 (0)