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
I can not manipulate block structure after connecting with collaboration services
replaceBlocks
removeBlocks
To Reproduce
connect to collaboration provider
const editor = useBlockNote(
{
defaultStyles: false,
slashMenuItems: specificationPageMenuItems,
collaboration: {
// The Yjs Provider responsible for transporting updates:
provider,
// Where to store BlockNote data in the Y.Doc:
fragment: getXmlFragment(),
// Information (name and color) for this user:
user
}
}, []
)
Hi @zrg-team, could you try upgrading to 0.12? If the issue still occurs, I'll reopen the issue. it's easiest for us to fix it if you can provide a codesandbox / stackblitz as well
Describe the bug
I can not manipulate block structure after connecting with collaboration services
To Reproduce
connect to collaboration provider
After replace with Db blocks
Misc
The text was updated successfully, but these errors were encountered: