We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef547c3 commit def282cCopy full SHA for def282c
packages/app/src/app/overmind/effects/live/clients.ts
@@ -34,7 +34,7 @@ export class CodeSandboxOTClient extends OTClient {
34
this.onApplyOperation = onApplyOperation;
35
}
36
37
- lastAcknowledgedRevision = null;
+ lastAcknowledgedRevision: number = -1;
38
sendOperation(revision, operation) {
39
// Whenever we send an operation we enable the blocker
40
// that lets us wait for its resolvment when moving back
0 commit comments