mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
repair code bug
This commit is contained in:
@@ -644,6 +644,8 @@ class LibContentView extends React.Component {
|
||||
let taskId = this.state.asyncCopyMoveTaskId;
|
||||
seafileAPI.cancelCopyMoveOperation(taskId);
|
||||
|
||||
this.currentMoveItemName = '';
|
||||
this.currentMoveItemPath = '';
|
||||
let direntList = this.state.direntList;
|
||||
this.setState({direntList: direntList.slice(0)});
|
||||
}
|
||||
|
Reference in New Issue
Block a user