Shun Miyazawa hace 4 años
padre
commit
4a68e56a3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -164,7 +164,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
   //     return;
   //   }
 
-  //   const parentPath = nodePath.dirname(page.path as string);
+  //   const parentPath = getParentPagePath(page.path)
   //   const newPagePath = `${parentPath}/${inputText}`;
 
   //   try {