Skip to content

Commit 8c31ad7

Browse files
save file
1 parent 1588e7e commit 8c31ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
297297
//console.log('[ html-editor ]','kd');
298298
if(e.key=='Enter' && e.ctrlKey){
299299
e.preventDefault();
300-
run();
300+
btn.run();
301301
}
302302

303303
if(e.key==' ' && e.ctrlKey){

0 commit comments

Comments
 (0)