chore: add timed update workflow (#1214)

This commit is contained in:
Whitewater
2023-02-28 20:23:54 -08:00
committed by GitHub
parent c81a24224e
commit c096fa156b
4 changed files with 73 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ export const createBlocksuiteWorkspace = (
) => {
return new BlocksuiteWorkspace({
room: workspaceId,
defaultFlags: { enable_slash_menu: true },
defaultFlags: {},
isSSR: typeof window === 'undefined',
...workspaceOption,
})