Skip to content

Commit

Permalink
https://github.com/wwayne/react-tooltip/issues/513
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Seliukh committed Feb 5, 2020
1 parent 5e607e9 commit b2f9e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@svgr/rollup": "^4.3.3",
"@svgr/rollup": "^4.3.3",
"babel-eslint": "^4.1.1",
"babel-plugin-syntax-decorators": "^6.13.0",
"babelify": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class ReactTooltip extends React.Component {
if (result.position && this.props.overridePosition) {
result.position = this.props.overridePosition(
result.position,
e.currentTarget,
e,

This comment has been minimized.

Copy link
@roggervalf

roggervalf Mar 12, 2020

Hi @antonselukh, does this change solve the ReactTooltip#513 issue right?

This comment has been minimized.

Copy link
@finikwashere

finikwashere Mar 12, 2020

Owner

yes, and i assume he also fixed this in the original repo.

Thanks for the info

this.tooltipRef,
desiredPlace,
desiredPlace,
Expand Down

0 comments on commit b2f9e7e

Please sign in to comment.