mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
rename froca entities to have F-prefix, #3476
This commit is contained in:
@@ -140,7 +140,7 @@ class NoteContext extends Component {
|
||||
return resolvedNotePath;
|
||||
}
|
||||
|
||||
/** @property {NoteShort} */
|
||||
/** @property {FNote} */
|
||||
get note() {
|
||||
if (!this.noteId || !(this.noteId in froca.notes)) {
|
||||
return null;
|
||||
@@ -154,7 +154,7 @@ class NoteContext extends Component {
|
||||
return this.notePath ? this.notePath.split('/') : [];
|
||||
}
|
||||
|
||||
/** @returns {NoteComplement} */
|
||||
/** @returns {FNoteComplement} */
|
||||
async getNoteComplement() {
|
||||
if (!this.noteId) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user