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