mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
library upgrades
This commit is contained in:
@@ -840,7 +840,7 @@ class Note extends AbstractEntity {
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {{notes: Note[], relationships: {parentNoteId, childNoteId}[]}}
|
||||
* @returns {{notes: Note[], relationships: Array.<{parentNoteId: string, childNoteId: string}>}}
|
||||
*/
|
||||
getSubtree({includeArchived = true, resolveSearch = false} = {}) {
|
||||
const noteSet = new Set();
|
||||
|
||||
Reference in New Issue
Block a user