mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
renamed notefull to notecomplement
This commit is contained in:
@@ -51,8 +51,8 @@ class TabContext extends Component {
|
||||
/** @property {NoteShort} */
|
||||
this.note = await treeCache.getNote(noteId);
|
||||
|
||||
/** @property {NoteFull} */
|
||||
this.noteFull = await noteDetailService.loadNoteFull(noteId);
|
||||
/** @property {NoteComplement} */
|
||||
this.noteComplement = await noteDetailService.loadNoteComplement(noteId);
|
||||
|
||||
//this.cleanup(); // esp. on windows autocomplete is not getting closed automatically
|
||||
|
||||
|
||||
Reference in New Issue
Block a user