mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
repair bug
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user