mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix edited notes ribbon widget
This commit is contained in:
		| @@ -120,7 +120,8 @@ function getEditedNotesOnDate(req) { | ||||
|         ORDER BY isDeleted | ||||
|         LIMIT 50`, {date: req.params.date + '%'}); | ||||
|  | ||||
|     const notes = becca.getNotes(noteIds, true); | ||||
|     const notes = becca.getNotes(noteIds, true) | ||||
|         .map(note => note.getPojo()); | ||||
|  | ||||
|     for (const note of notes) { | ||||
|         const notePath = note.isDeleted ? null : beccaService.getNotePath(note.noteId); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user