1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +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

@@ -96,7 +96,7 @@ class ItemDropDownMenu extends React.Component {
onMenuItemClick = (event) => {
let operation = event.target.dataset.toggle;
let opItem = this.props.opItem;
this.props.onMenuItemClick(operation, opItem, event);
this.props.onMenuItemClick(operation, event, opItem);
}
render() {