mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	load search result only on explicit action (expand node, execute search), #1759
This commit is contained in:
		| @@ -472,7 +472,7 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|                         return; | ||||
|                     } | ||||
|  | ||||
|                     data.result = treeCache.reloadNotes([noteId]).then(() => { | ||||
|                     data.result = treeCache.loadSearchNote(noteId).then(() => { | ||||
|                         const note = treeCache.getNoteFromCache(noteId); | ||||
|  | ||||
|                         let childNoteIds = note.getChildNoteIds(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user