We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b9371 commit d5b2264Copy full SHA for d5b2264
1 file changed
utils/editors/html-editor/v3.0/html-editor-v3.0.html
@@ -328,7 +328,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
328
329
btn.run = function(){
330
331
- run();
+ run.sandbox();
332
333
}//run
334
@@ -510,7 +510,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
510
}//sandbox
511
512
513
- window.addEventListener('message',e=>{console.log('message',e);
+ window.addEventListener('message',e=>{
514
515
var json = e.data;
516
if(json.sandbox){
0 commit comments