mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-30 03:51:56 +00:00
patch client reset
This commit is contained in:
@@ -52,6 +52,10 @@ export class Store<T extends { [key: string]: any }> {
|
||||
this.watchedNodes = { }
|
||||
this.stash.clear()
|
||||
this.sequence$.next(0)
|
||||
this.cache = {
|
||||
sequence: 0,
|
||||
data: { } as any,
|
||||
}
|
||||
}
|
||||
|
||||
private handleRevision (revision: Revision): void {
|
||||
|
||||
Reference in New Issue
Block a user