You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/files/components/file-viewer/rich-markdown-editor/collaboration/file-doc-provider.test.ts
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/files/components/file-viewer/rich-markdown-editor/collaboration/file-doc-provider.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -485,10 +485,12 @@ export class FileDocProvider extends ObservableV2<FileDocProviderEvents> {
485
485
this.disposed=true
486
486
this.clearReadinessTimer()
487
487
this.clearJoinRetryTimer()
488
-
this.joinAccepted=false
489
488
this.joinPending=false
490
489
490
+
// Publish our final awareness removal while this provider is still admitted. A co-mounted sibling
491
+
// keeps the socket in the room, so LEAVE cannot clear this provider's caret on its behalf.
0 commit comments