mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
rename froca entities to have F-prefix, #3476
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user