diff --git a/src/shared/services/json-store.service.ts b/src/shared/services/json-store.service.ts index cc01ec3..de09947 100644 --- a/src/shared/services/json-store.service.ts +++ b/src/shared/services/json-store.service.ts @@ -88,6 +88,7 @@ export class JsonStoreService { this.pushRevertPatchToHistory(path, 'add'); this.json = this.json.removeIn(path); + this.json$.next(this.json); this.keysStoreService.deletePath(path); }