mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	tree utils as a module
This commit is contained in:
		| @@ -20,7 +20,7 @@ function getAutocompleteItems(noteIds) { | ||||
|     const autocompleteItems = []; | ||||
|  | ||||
|     for (const noteId of noteIds) { | ||||
|         const fullName = getFullName(noteId); | ||||
|         const fullName = treeUtils.getFullName(noteId); | ||||
|  | ||||
|         if (fullName !== null) { | ||||
|             autocompleteItems.push({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user