mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 18:02:51 +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({
|
return new BlocksuiteWorkspace({
|
||||||
room: workspaceId,
|
room: workspaceId,
|
||||||
|
defaultFlags: { enable_slash_menu: true },
|
||||||
...workspaceOption,
|
...workspaceOption,
|
||||||
})
|
})
|
||||||
.register(builtInSchemas)
|
.register(builtInSchemas)
|
||||||
|
Loading…
Reference in New Issue
Block a user