mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
chore(editor): reorg packages (#10702)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { type SlashMenuConfig } from '@blocksuite/affine-widget-slash-menu';
|
||||
|
||||
export const codeSlashMenuConfig: SlashMenuConfig = {
|
||||
disableWhen: ({ model }) => {
|
||||
return model.flavour === 'affine:code';
|
||||
},
|
||||
items: [],
|
||||
};
|
||||
Reference in New Issue
Block a user