forked from ReactTooltip/react-tooltip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/wwayne/react-tooltip/issues/513
- Loading branch information
Anton Seliukh
committed
Feb 5, 2020
1 parent
5e607e9
commit b2f9e7e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
finikwashere
Owner
|
||
this.tooltipRef, | ||
desiredPlace, | ||
desiredPlace, | ||
|
Hi @antonselukh, does this change solve the ReactTooltip#513 issue right?