mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
WIP per-tab hoisting
This commit is contained in:
@@ -84,7 +84,7 @@ function getTree(req) {
|
||||
)
|
||||
SELECT noteId FROM treeWithDescendantsAscendantsAndTemplates`, [subTreeNoteId, subTreeNoteId]);
|
||||
|
||||
noteIds.push(subTreeNoteId);console.log("noteIds", noteIds);
|
||||
noteIds.push(subTreeNoteId);
|
||||
|
||||
return getNotesAndBranchesAndAttributes(noteIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user