Skip to content

Commit 7186ed6

Browse files
save file
1 parent dfc6dd3 commit 7186ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
307307
e.preventDefault();
308308
filemod.save();
309309
}
310-
310+
/*
311311
if(e.key=='Delete' && e.ctrlKey){
312312
e.preventDefault();
313313
jsonblob.util.delete()
314314
}
315-
315+
*/
316316
}//keydown
317317

318318

0 commit comments

Comments
 (0)