mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
fix: remove special menu
This commit is contained in:
@@ -68,11 +68,12 @@ export const menuItemsMap: {
|
||||
type: Protocol.Block.Type.text,
|
||||
icon: TextIcon,
|
||||
},
|
||||
{
|
||||
text: 'Page',
|
||||
type: 'page',
|
||||
icon: PagesIcon,
|
||||
},
|
||||
// the Page block should not be inserted
|
||||
// {
|
||||
// text: 'Page',
|
||||
// type: Protocol.Block.Type.page,
|
||||
// icon: PagesIcon,
|
||||
// },
|
||||
{
|
||||
text: 'Heading 1',
|
||||
type: Protocol.Block.Type.heading1,
|
||||
|
||||
Reference in New Issue
Block a user