refactoring

This commit is contained in:
zadam
2021-01-29 22:44:59 +01:00
parent 0a10764ed4
commit 6081c3540e
5 changed files with 50 additions and 39 deletions

View File

@@ -64,7 +64,7 @@ export default class DialogCommandExecutor extends Component {
const tabContext = await appContext.tabManager.openTabWithNote(sqlConsoleNote.noteId, true);
appContext.triggerCommand('focusOnDetail', {tabId: tabContext.tabId});
appContext.triggerEvent('focusOnDetail', {tabId: tabContext.tabId});
}
async searchNotesCommand({searchString, ancestorNoteId}) {