mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
initial work on note fulltext (schema changes, updating...)
This commit is contained in:
@@ -126,6 +126,10 @@ async function updateEntity(entity) {
|
||||
await eventService.emit(entity.isDeleted ? eventService.ENTITY_DELETED : eventService.ENTITY_CHANGED, eventPayload);
|
||||
}
|
||||
}
|
||||
|
||||
if (entity.afterSaving) {
|
||||
await entity.afterSaving();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user