Skip to content

Commit

Permalink
fix(Tooltip single target):isOpen state can control first element only
Browse files Browse the repository at this point in the history
  • Loading branch information
akhlesh committed Apr 21, 2019
1 parent d0c52c1 commit c340086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TooltipPopoverWrapper.js
Expand Up @@ -341,7 +341,7 @@ class TooltipPopoverWrapper extends React.Component {
return (
<PopperContent
className={className}
target={this.currentTargetElement}
target={this.currentTargetElement || this._targets[0]}
isOpen={isOpen}
hideArrow={hideArrow}
boundariesElement={boundariesElement}
Expand Down

0 comments on commit c340086

Please sign in to comment.