We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2364dc6 + 0116f76 commit b633151Copy full SHA for b633151
src/index.js
@@ -258,7 +258,7 @@ class ReactTooltip extends React.Component {
258
// Don't trigger other elements belongs to other ReactTooltip
259
const targetArray = this.getTargetArray(this.props.id)
260
const isMyElement = targetArray.some(ele => ele === e.currentTarget)
261
- if (!isMyElement || this.state.show) return
+ if (!isMyElement) return
262
}
263
// Get the tooltip content
264
// calculate in this phrase so that tip width height can be detected
0 commit comments