mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	branches in tree cache should always be loaded if some branchId reference exists
This commit is contained in:
		@@ -20,7 +20,7 @@ export async function showDialog(node) {
 | 
			
		||||
    $dialog.modal();
 | 
			
		||||
 | 
			
		||||
    branchId = node.data.branchId;
 | 
			
		||||
    const branch = await treeCache.getBranch(branchId);
 | 
			
		||||
    const branch = treeCache.getBranch(branchId);
 | 
			
		||||
 | 
			
		||||
    $treePrefixInput.val(branch.prefix);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user