Shun Miyazawa 4 years ago
parent
commit
a8bc3bd4f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

@@ -120,7 +120,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
     }),
   }));
 
-  const pageItemDropHandler = async(item) => {
+  const pageItemDropHandler = async(item, monitor) => {
     if (page == null || page.path == null) {
       return;
     }