fix: properly sync after reconnecting

This commit is contained in:
Arnošt Pleskot
2023-06-14 16:10:13 +02:00
parent 2ffeff442a
commit 0567af1bcb
2 changed files with 9 additions and 11 deletions
+3 -3
View File
@@ -377,9 +377,9 @@ export enum UserIdleState {
}
export enum PauseCollaborationState {
PAUSE = "pause",
RESUME = "resume",
SYNC = "sync",
PAUSED = "paused",
RESUMED = "resumed",
SYNCED = "synced",
}
export type ExportOpts = {