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.
1 parent 10b8e43 commit 0116f76Copy full SHA for 0116f76
src/index.js
@@ -234,7 +234,7 @@ class ReactTooltip extends Component {
234
// Don't trigger other elements belongs to other ReactTooltip
235
const targetArray = this.getTargetArray(this.props.id)
236
const isMyElement = targetArray.some(ele => ele === e.currentTarget)
237
- if (!isMyElement || this.state.show) return
+ if (!isMyElement) return
238
}
239
// Get the tooltip content
240
// calculate in this phrase so that tip width height can be detected
0 commit comments