mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
reduction
This commit is contained in:
@@ -104,7 +104,7 @@ class CopyDirent extends React.Component {
|
|||||||
this.setState({errMessage: message});
|
this.setState({errMessage: message});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy the dirent to current path
|
// copy the dirent to current path
|
||||||
if (selectedPath && this.props.path === selectedPath && repo.repo_id === repoID) {
|
if (selectedPath && this.props.path === selectedPath && repo.repo_id === repoID) {
|
||||||
this.setState({errMessage: message});
|
this.setState({errMessage: message});
|
||||||
|
Reference in New Issue
Block a user