mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
Merge branch '7.0'
This commit is contained in:
@@ -635,8 +635,12 @@ class LibContentView extends React.Component {
|
||||
}
|
||||
|
||||
cancelCopyMoveDirent = () => {
|
||||
let { taskId, direntList } = this.state.asyncCopyMoveTaskId;
|
||||
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