mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	note tree refactorings
This commit is contained in:
		| @@ -19,8 +19,9 @@ const editTreePrefix = (function() { | ||||
|         const currentNode = noteTree.getCurrentNode(); | ||||
|  | ||||
|         noteTreeId = currentNode.data.noteTreeId; | ||||
|         const nt = noteTree.getNoteTree(noteTreeId); | ||||
|  | ||||
|         $treePrefixInput.val(currentNode.data.prefix).focus(); | ||||
|         $treePrefixInput.val(nt.prefix).focus(); | ||||
|  | ||||
|         const noteTitle = noteTree.getNoteTitle(currentNode.data.noteId); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user