1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

Restore code

This commit is contained in:
zxj96
2019-04-24 14:39:46 +08:00
parent c7d9eb8ec0
commit 9cd68756ff
3 changed files with 2 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ class DirentGridView extends React.Component{
this.setState({activeDirent: dirent});
this.props.onGridItemClick(dirent);
}
onMoveToggle = () => {
this.setState({isMoveDialogShow: !this.state.isMoveDialogShow});
}