mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:55:03 +03:00
feat(more-actions): hidde undefined function
This commit is contained in:
parent
acd6b0434e
commit
3ec95e4377
@ -176,24 +176,24 @@ function DndTreeItemMoreActions(props: ActionsProps) {
|
||||
title: '',
|
||||
isDivide: true,
|
||||
},
|
||||
{
|
||||
title: 'New Child Page',
|
||||
callback: () => {
|
||||
handle_new_child_page();
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'New Prev Page',
|
||||
callback: () => {
|
||||
handle_new_prev_page();
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'New Next Page',
|
||||
callback: () => {
|
||||
handle_new_next_page();
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: 'New Child Page',
|
||||
// callback: () => {
|
||||
// handle_new_child_page();
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// title: 'New Prev Page',
|
||||
// callback: () => {
|
||||
// handle_new_prev_page();
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// title: 'New Next Page',
|
||||
// callback: () => {
|
||||
// handle_new_next_page();
|
||||
// },
|
||||
// },
|
||||
{
|
||||
title: 'New From Template',
|
||||
subItems: templateMenuList,
|
||||
|
Loading…
Reference in New Issue
Block a user