mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-20 07:55:06 +00:00
Remove extra spaces
This commit is contained in:
parent
e3738aa7b6
commit
59c57cccba
@ -596,7 +596,6 @@ class LibContentView extends React.Component {
|
|||||||
this.updateMoveCopyTreeNode(destDirentPath);
|
this.updateMoveCopyTreeNode(destDirentPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (destDirentPath === this.state.path) {
|
if (destDirentPath === this.state.path) {
|
||||||
this.loadDirentList(this.state.path);
|
this.loadDirentList(this.state.path);
|
||||||
}
|
}
|
||||||
@ -897,11 +896,9 @@ class LibContentView extends React.Component {
|
|||||||
seafileAPI.copyDir(repoID, destRepo.repo_id, copyToDirentPath, nodeParentPath, dirName).then(res => {
|
seafileAPI.copyDir(repoID, destRepo.repo_id, copyToDirentPath, nodeParentPath, dirName).then(res => {
|
||||||
if (this.state.currentMode === 'column') {
|
if (this.state.currentMode === 'column') {
|
||||||
if (repoID === destRepo.repo_id) {
|
if (repoID === destRepo.repo_id) {
|
||||||
|
|
||||||
this.updateMoveCopyTreeNode(copyToDirentPath);
|
this.updateMoveCopyTreeNode(copyToDirentPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (copyToDirentPath === nodeParentPath) {
|
if (copyToDirentPath === nodeParentPath) {
|
||||||
this.loadDirentList(this.state.path);
|
this.loadDirentList(this.state.path);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user