diff --git a/libs/components/layout/src/workspace-sidebar/page-tree/tree-item/MoreActions.tsx b/libs/components/layout/src/workspace-sidebar/page-tree/tree-item/MoreActions.tsx index d797f146b..d2e00bc47 100644 --- a/libs/components/layout/src/workspace-sidebar/page-tree/tree-item/MoreActions.tsx +++ b/libs/components/layout/src/workspace-sidebar/page-tree/tree-item/MoreActions.tsx @@ -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,