Skip to content

Commit def282c

Browse files
committed
Make the lastAcknowledgedRevision -1
1 parent ef547c3 commit def282c

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/effects/live

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/effects/live/clients.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class CodeSandboxOTClient extends OTClient {
3434
this.onApplyOperation = onApplyOperation;
3535
}
3636

37-
lastAcknowledgedRevision = null;
37+
lastAcknowledgedRevision: number = -1;
3838
sendOperation(revision, operation) {
3939
// Whenever we send an operation we enable the blocker
4040
// that lets us wait for its resolvment when moving back

0 commit comments

Comments
 (0)