1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +00:00

drag-items-move

This commit is contained in:
zxj96
2019-06-18 12:06:24 +08:00
parent f2ba1f3d77
commit 8df70c7bc6
2 changed files with 3 additions and 2 deletions

View File

@@ -429,7 +429,7 @@ class DirentListItem extends React.Component {
return ;
}
let {nodeDirent, nodeParentPath, nodeRootPath} = dragStartItemData;
let { nodeDirent, nodeParentPath, nodeRootPath } = dragStartItemData;
let dropItemData = this.props.dirent;
if (nodeDirent.name === dropItemData.name) {