fix: make collab ready reliable on tab return

This commit is contained in:
Philipinho 2025-03-27 14:39:43 +00:00
parent e40faf97ec
commit a74d3feae4

View File

@ -273,6 +273,8 @@ export default function PageEditor({
collabRetryCount.current > 2 ? 3000 : 0,
);
setIsCollabReady(true);
return () => clearTimeout(reconnectTimeout);
}
}, [isIdle, documentState, remoteProvider?.status]);