mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	improved note list pager for many pages
This commit is contained in:
		| @@ -97,9 +97,6 @@ function getNotesAndBranchesAndAttributes(noteIds) { | ||||
|         }); | ||||
|     } | ||||
|  | ||||
|     branches.sort((a, b) => a.notePosition - b.notePosition < 0 ? -1 : 1); | ||||
|     attributes.sort((a, b) => a.position - b.position < 0 ? -1 : 1); | ||||
|  | ||||
|     return { | ||||
|         branches, | ||||
|         notes, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user