File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
utils/editors/html-editor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments