Skip to content

Commit 04241eb

Browse files
save file
1 parent 6c03cef commit 04241eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/editors/html-editor/html-editor.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
322322
</div>
323323

324324
<checkbox-one-template>
325-
<script src='https://html-loader-1024713184986.us-central1.run.app/'></script>
325+
<script src='https://libs.ext-code.com/html/html-loader.js'></script>
326326
</checkbox-one-template>
327327

328328
<log-mod component></log-mod>
@@ -367,7 +367,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
367367
debug('initdom');
368368
root = rootnode;
369369

370-
keydown.initdom(root);
370+
keydown.initdom();
371371
menu.add.style();
372372

373373

@@ -495,7 +495,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
495495

496496

497497
function kd(e){
498-
console.log('[ html-editor ]','kd');
498+
//console.log('[ html-editor ]','kd');
499499
if(e.key=='Enter' && e.ctrlKey){
500500
e.preventDefault();
501501
run();

0 commit comments

Comments
 (0)