ctrl+u now doesn't trigger show source since it's occupied by underline

This commit is contained in:
azivner
2018-07-08 21:45:05 +02:00
parent f07033423c
commit 41908050bb
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ function registerEntrypoints() {
$("#show-note-revisions-button").click(noteRevisionsDialog.showCurrentNoteRevisions);
$("#show-source-button").click(noteSourceDialog.showDialog);
utils.bindShortcut('ctrl+u', noteSourceDialog.showDialog);
$("#recent-changes-button").click(recentChangesDialog.showDialog);