Skip to content

Commit 868ee0e

Browse files
save file
1 parent 6dddd8e commit 868ee0e

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
@@ -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)