mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
WIP blobs
This commit is contained in:
@@ -59,7 +59,7 @@ eventService.subscribe([ eventService.ENTITY_CHANGED, eventService.ENTITY_DELETE
|
||||
});
|
||||
|
||||
eventService.subscribe(eventService.ENTITY_CHANGED, ({entityName, entity}) => {
|
||||
if (entityName === 'note_contents') {
|
||||
if (entityName === 'note_contents') { // FIXME
|
||||
runAttachedRelations(entity, 'runOnNoteContentChange', entity);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user