We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236a3d0 commit 8e2d1b1Copy full SHA for 8e2d1b1
utils/editors/html-editor/v3.0/html-editor-v3.0.html
@@ -53,7 +53,7 @@
53
<script src='https://cdn.jsdelivr.net/npm/prettier@2.8.8/parser-html.js'></script>
54
55
56
- <script src='https://libs.ext-code.com/js/dom/component/v2.0/component.js?hdr'></script>
+ <script src='https://libs.ext-code.com/js/dom/component/v2.0/component.js?init'></script>
57
58
59
@@ -508,6 +508,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
508
window.addEventListener('message',e=>{
509
510
var json = e.data;
511
+
512
if(json.sandbox){
513
output.on.message(json);
514
}
0 commit comments