Skip to content

Commit ad4e295

Browse files
save file
1 parent eb5e219 commit ad4e295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
clear();
399399
}
400400

401-
iframe.contentWindow.postMessage({js});
401+
iframe.contentWindow.postMessage({js},'*');
402402

403403
//var result = await win.eval(js);
404404
//resolve(result);

0 commit comments

Comments
 (0)