Sfoglia il codice sorgente

return to original code

kaori 4 anni fa
parent
commit
bacb89688e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

@@ -122,6 +122,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
   const [isNewPageInputShown, setNewPageInputShown] = useState(false);
   const [shouldHide, setShouldHide] = useState(false);
   const [isDraggable, setIsDraggable] = useState(false);
+  // const [isRenameInputShown, setRenameInputShown] = useState(false);
 
   const { data, mutate: mutateChildren } = useSWRxPageChildren(isOpen ? page._id : null);