mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	resort relationships in tree cache after note reordering
This commit is contained in:
		| @@ -1066,6 +1066,9 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|                         parentNode.addChildren([this.prepareNode(branch, true)]); | ||||
|  | ||||
|                         this.sortChildren(parentNode); | ||||
|  | ||||
|                         // this might be a first child which would force an icon change | ||||
|                         noteIdsToUpdate.add(branch.parentNoteId); | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user