mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +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