Skip to content

Commit d5b2264

Browse files
save file
1 parent 35b9371 commit d5b2264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
328328

329329
btn.run = function(){
330330

331-
run();
331+
run.sandbox();
332332

333333
}//run
334334

@@ -510,7 +510,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
510510
}//sandbox
511511

512512

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

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

0 commit comments

Comments
 (0)