mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
WIP per-tab hoisting
This commit is contained in:
@@ -52,7 +52,7 @@ function getNotesAndBranchesAndAttributes(noteIds) {
|
||||
}
|
||||
|
||||
function getTree(req) {
|
||||
const subTreeNoteId = req.query.subTreeNoteId || optionService.getOption('hoistedNoteId');
|
||||
const subTreeNoteId = req.query.subTreeNoteId || 'root';
|
||||
|
||||
// FIXME: this query does not return ascendants of template notes
|
||||
const noteIds = sql.getColumn(`
|
||||
|
||||
Reference in New Issue
Block a user