mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 18:24:32 +03:00
feat: enable slash menu by default (#939)
This commit is contained in:
parent
094e73b7fb
commit
944c455c3d
@ -10,6 +10,7 @@ export const createBlocksuiteWorkspace = (
|
||||
) => {
|
||||
return new BlocksuiteWorkspace({
|
||||
room: workspaceId,
|
||||
defaultFlags: { enable_slash_menu: true },
|
||||
...workspaceOption,
|
||||
})
|
||||
.register(builtInSchemas)
|
||||
|
Loading…
Reference in New Issue
Block a user