getting rid of note complement WIP

This commit is contained in:
zadam
2023-05-05 16:37:39 +02:00
parent 9cdcbb3125
commit 5e1f81e53e
23 changed files with 163 additions and 90 deletions

View File

@@ -166,15 +166,6 @@ class NoteContext extends Component {
return this.notePath ? this.notePath.split('/') : [];
}
/** @returns {FNoteComplement} */
async getNoteComplement() {
if (!this.noteId) {
return null;
}
return await froca.getNoteComplement(this.noteId);
}
isActive() {
return appContext.tabManager.activeNtxId === this.ntxId;
}