Skip to content

Commit

Permalink
PB-34074 Fix tooltip portale hover props
Browse files Browse the repository at this point in the history
  • Loading branch information
Benj1er committed Jul 16, 2024
1 parent 9ba165c commit 35a85b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class TooltipPortal extends Component {
* Handle mouse over event
*/
handleMouseEnter() {
this.props?.onMouseHover();
this.props.onMouseHover?.();
this.setState({hasToDisplayTooltip: true}, this.findBestPosition);
}

Expand Down

0 comments on commit 35a85b5

Please sign in to comment.