small refactoring of search code

This commit is contained in:
zadam
2020-02-28 00:11:34 +01:00
parent 4bd298a55b
commit 2af37640d8
9 changed files with 32 additions and 27 deletions

View File

@@ -794,7 +794,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
}
editNoteTitleCommand({node}) {
appContext.triggerEvent('focusOnTitle');
appContext.triggerCommand('focusOnTitle');
}
activateParentNoteCommand({node}) {