chore: fix/check tooling improvements with turbo (#8304)

This commit is contained in:
Aaron 2025-12-11 14:33:37 +07:00 committed by GitHub
parent 5e621cf620
commit 0370a1bfdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 217 additions and 621 deletions

View file

@ -187,7 +187,7 @@ export const useYjsSetup = ({ docId, serverUrl, authToken, onStateChange }: UseY
provider.on("close", handleClose);
setYjsSession({ provider, ydoc: provider.document as Y.Doc });
setYjsSession({ provider, ydoc: provider.document });
// Handle page visibility changes (sleep/wake, tab switching)
const handleVisibilityChange = (event?: Event) => {