mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
Feature - add more operation button on sidebar (#6372)
This commit is contained in:
@@ -182,7 +182,7 @@ class TreeView extends React.Component {
|
||||
}
|
||||
|
||||
// move dirents to current path
|
||||
if (dragStartNodeData[0].nodeParentPath && dragStartNodeData[0].nodeParentPath === dropNodeData.path ) {
|
||||
if (dragStartNodeData[0].nodeParentPath && dragStartNodeData[0].nodeParentPath === dropNodeData.path) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user