1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

repair bug

This commit is contained in:
shanshuirenjia
2019-04-21 17:56:55 +08:00
parent 57d3865c7f
commit 025fe6e29d
3 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ class DirentListItem extends React.Component {
this.setState({isShareDialogShow: !this.state.isShareDialogShow});
}
onMenuItemClick = (operation, opDirent, event) => {
onMenuItemClick = (operation, event) => {
switch(operation) {
case 'Download':
this.onItemDownload(event);