launchbar WIP

This commit is contained in:
zadam
2022-08-07 15:34:59 +02:00
parent fc920becac
commit 3c26e00fe1
3 changed files with 47 additions and 4 deletions

View File

@@ -1535,5 +1535,9 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
if (!resp.success) {
alert(resp.message);
}
await ws.waitForMaxKnownEntityChangeId();
appContext.tabManager.getActiveContext().setNote(resp.note.noteId);
}
}