1
0
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:
Aries
2024-07-19 13:54:41 +08:00
committed by GitHub
parent 8dc731b21a
commit 5f31f1a969
2 changed files with 74 additions and 33 deletions

View File

@@ -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;
}