1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

Merge pull request #3349 from haiwen/list-optimization

List optimization
This commit is contained in:
Daniel Pan
2019-04-24 15:27:04 +08:00
committed by GitHub
5 changed files with 35 additions and 4 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});
}