Skip to content

Commit ece59cc

Browse files
save file
1 parent 412e3fd commit ece59cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
503503

504504
if(e.key==' ' && e.ctrlKey){
505505
e.preventDefault();
506-
menumod.open();
506+
menu.open();
507507
}
508508

509509
if(e.key=='s' && e.ctrlKey){

0 commit comments

Comments
 (0)