Skip to content

Commit

Permalink
fix(Tooltip): remove click stopPropagation (#9959)
Browse files Browse the repository at this point in the history
closes #9958

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
FrivalszkyP and kodiakhq[bot] authored Nov 4, 2021
1 parent 6f9ddab commit 4f39c2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ class Tooltip extends Component {
}

if (state === 'click') {
evt.stopPropagation();
evt.preventDefault();
const shouldOpen = this.isControlled
? !this.props.open
Expand Down

0 comments on commit 4f39c2c

Please sign in to comment.