mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	autocomplete with prefixes
This commit is contained in:
		| @@ -25,7 +25,7 @@ async function showDialog() { | ||||
|  | ||||
|     $treePrefixInput.val(branch.prefix).focus(); | ||||
|  | ||||
|     const noteTitle = treeUtils.getNoteTitle(currentNode.data.noteId); | ||||
|     const noteTitle = await treeUtils.getNoteTitle(currentNode.data.noteId); | ||||
|  | ||||
|     $noteTitle.html(noteTitle); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user