mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	renaming note_tree to branch
This commit is contained in:
		| @@ -43,13 +43,13 @@ const addLink = (function() { | ||||
|         $linkTitle.val(''); | ||||
|  | ||||
|         function setDefaultLinkTitle(noteId) { | ||||
|             const noteTitle = noteTree.getNoteTitle(noteId); | ||||
|             const noteTitle = treeService.getNoteTitle(noteId); | ||||
|  | ||||
|             $linkTitle.val(noteTitle); | ||||
|         } | ||||
|  | ||||
|         $autoComplete.autocomplete({ | ||||
|             source: noteTree.getAutocompleteItems(), | ||||
|             source: treeService.getAutocompleteItems(), | ||||
|             minLength: 0, | ||||
|             change: () => { | ||||
|                 const val = $autoComplete.val(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user