Skip to content

Commit

Permalink
fix: Fix Dragger onClick event
Browse files Browse the repository at this point in the history
Signed-off-by: leoliu <leoliu@yunify.com>
  • Loading branch information
leoliu committed Aug 18, 2020
1 parent 0d1885a commit d54c719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Base/Dragger/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class Dragger extends React.Component {
e.stopPropagation()
return
}
this.props.onClick()
this.props.onClick(e)
}

fullScreenFlagChange = () => {
Expand Down

0 comments on commit d54c719

Please sign in to comment.