mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
search (note) fixes
This commit is contained in:
@@ -357,6 +357,7 @@ function initFancyTree(tree) {
|
||||
dnd: dragAndDropSetup,
|
||||
lazyLoad: function(event, data) {
|
||||
const noteId = data.node.data.noteId;
|
||||
|
||||
data.result = treeCache.getNote(noteId).then(note => treeBuilder.prepareBranch(note));
|
||||
},
|
||||
clones: {
|
||||
|
||||
Reference in New Issue
Block a user