mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	widgets can now listen to sync data changes
This commit is contained in:
		| @@ -371,6 +371,11 @@ async function updateNote(noteId, noteUpdates) { | ||||
|     } | ||||
|  | ||||
|     await protectNoteRevisions(note); | ||||
|  | ||||
|     return { | ||||
|         dateModified: note.dateModified, | ||||
|         utcDateModified: note.utcDateModified | ||||
|     }; | ||||
| } | ||||
|  | ||||
| /** @return {boolean} - true if note has been deleted, false otherwise */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user