1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

repair bug

This commit is contained in:
shanshuirenjia
2019-04-21 17:31:28 +08:00
parent 3a3b9e213a
commit 57d3865c7f
5 changed files with 14 additions and 13 deletions

View File

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