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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user