mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
rename froca entities to have F-prefix, #3476
This commit is contained in:
@@ -641,7 +641,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {NoteShort} parentNote
|
||||
* @param {FNote} parentNote
|
||||
*/
|
||||
prepareChildren(parentNote) {
|
||||
utils.assertArguments(parentNote);
|
||||
@@ -704,7 +704,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Branch} branch
|
||||
* @param {FBranch} branch
|
||||
* @param {boolean} forceLazy
|
||||
*/
|
||||
prepareNode(branch, forceLazy = false) {
|
||||
|
||||
Reference in New Issue
Block a user