Merge branch 'master' into m41

# Conflicts:
#	src/public/javascripts/services/entrypoints.js
This commit is contained in:
zadam
2020-01-19 09:30:38 +01:00
5 changed files with 18 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ function registerEntrypoints() {
d.showDialog(selectedOrActiveNodes);
}));
keyboardActionService.setGlobalActionHandler("CreateNoteIntoDayNote", async () => {
const todayNote = await dateNoteService.getTodayNote();
@@ -203,6 +203,8 @@ function registerEntrypoints() {
});
keyboardActionService.setGlobalActionHandler('CollapseTree', () => appContext.getMainNoteTree().collapseTree());
keyboardActionService.setGlobalActionHandler("CopyWithoutFormatting", utils.copySelectionToClipboard);
}
export default {