ctrl+del already has a standard behavior so removing it as a shortcut to delete note

This commit is contained in:
azivner
2018-10-06 23:16:43 +02:00
parent b2776954a1
commit 0ce8d1e7e8
2 changed files with 1 additions and 7 deletions

View File

@@ -586,12 +586,6 @@ window.glob.createNoteInto = createNoteInto;
utils.bindShortcut('ctrl+p', createNoteInto);
utils.bindShortcut('ctrl+del', () => {
const node = getCurrentNode();
treeChangesService.deleteNodes([node]);
});
utils.bindShortcut('ctrl+.', scrollToCurrentNote);
$(window).bind('hashchange', function() {