Skip to content

Commit c2f97e6

Browse files
save file
1 parent 15825de commit c2f97e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/html-editor/v3.0/html-editor-v3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
509509
}//sandbox
510510

511511

512-
window.addEventListener('message',e=>{
512+
window.addEventListener('message',e=>{console.log('message',e);
513513

514514
var json = e.data;
515515
if(json.sandbox){

0 commit comments

Comments
 (0)