mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fixes to recent changes
This commit is contained in:
		| @@ -33,9 +33,18 @@ const recentChanges = (function() { | ||||
|                     .attr('note-path', change.note_id) | ||||
|                     .attr('note-history-id', change.note_history_id); | ||||
|  | ||||
|                 let noteLink; | ||||
|  | ||||
|                 if (change.current_is_deleted) { | ||||
|                     noteLink = change.current_note_title; | ||||
|                 } | ||||
|                 else { | ||||
|                     noteLink = link.createNoteLink(change.note_id, change.note_title); | ||||
|                 } | ||||
|  | ||||
|                 changesListEl.append($('<li>') | ||||
|                     .append(formattedTime + ' - ') | ||||
|                     .append(link.createNoteLink(change.note_id)) | ||||
|                     .append(noteLink) | ||||
|                     .append(' (').append(revLink).append(')')); | ||||
|             } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user