rename froca entities to have F-prefix, #3476

This commit is contained in:
zadam
2023-01-03 13:35:10 +01:00
parent 957640f163
commit 977a47bc27
14 changed files with 91 additions and 96 deletions

View File

@@ -181,7 +181,7 @@ export default class TabManager extends Component {
return activeContext ? activeContext.notePath : null;
}
/** @returns {NoteShort} */
/** @returns {FNote} */
getActiveContextNote() {
const activeContext = this.getActiveContext();
return activeContext ? activeContext.note : null;