mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
refactored TabContext => NoteContext
This commit is contained in:
@@ -100,7 +100,7 @@ export default class NoteInfoWidget extends CollapsibleWidget {
|
||||
}
|
||||
|
||||
async refreshWithNote(note) {
|
||||
const noteComplement = await this.tabContext.getNoteComplement();
|
||||
const noteComplement = await this.noteContext.getNoteComplement();
|
||||
|
||||
this.$noteId.text(note.noteId);
|
||||
this.$dateCreated
|
||||
|
||||
Reference in New Issue
Block a user