mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 17:33:18 +00:00
repair bug
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user