Skip to content

Commit 3daa3a9

Browse files
save file
1 parent 60b64c5 commit 3daa3a9

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
@@ -428,7 +428,7 @@
428428
clear();
429429
}
430430

431-
iframe.contentWindow.postMessage({js},'*');
431+
//iframe.contentWindow.postMessage({js},'*');
432432

433433
var result = await win.eval(js);
434434
resolve(result);

0 commit comments

Comments
 (0)