Steve Aragon

Results 2 comments of Steve Aragon

@windinging When you call `hideTooltip`, This function will check if the mouse is on the tooltip on this line https://github.com/wwayne/react-tooltip/blob/master/src/index.js#L443. If the mouse is on tooltip, it will wait for...

@windinging You can set a ref on tooltip ` this.tooltip = el} />` then have your close function include `this.tooltip.tooltipRef = null` before you call `ReactTooltip.hide`