chore: fix/check tooling improvements with turbo (#8304)
This commit is contained in:
parent
5e621cf620
commit
0370a1bfdd
20 changed files with 217 additions and 621 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue