fix: properly sync after reconnecting
This commit is contained in:
+3
-3
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user