diff --git a/src/share/shaca/shaca_loader.ts b/src/share/shaca/shaca_loader.ts index 93783e7a0..c0834cb8b 100644 --- a/src/share/shaca/shaca_loader.ts +++ b/src/share/shaca/shaca_loader.ts @@ -93,7 +93,7 @@ function ensureLoad() { eventService.subscribe( [eventService.ENTITY_CREATED, eventService.ENTITY_CHANGED, eventService.ENTITY_DELETED, eventService.ENTITY_CHANGE_SYNCED, eventService.ENTITY_DELETE_SYNCED], - ({ _entityName, _entity }) => { + () => { shaca.reset(); } );