refactored TabContext => NoteContext

This commit is contained in:
zadam
2021-05-22 12:26:45 +02:00
parent 29e4e2afbb
commit 274cf7312c
54 changed files with 470 additions and 459 deletions

View File

@@ -56,7 +56,7 @@ export default class CalendarWidget extends CollapsibleWidget {
const note = await dateNoteService.getDateNote(date);
if (note) {
appContext.tabManager.getActiveTabContext().setNote(note.noteId);
appContext.tabManager.getActiveNoteContext().setNote(note.noteId);
}
else {
alert("Cannot find day note");