Skip to content

Commit

Permalink
Fix Issue reactstrap#1255
Browse files Browse the repository at this point in the history
  • Loading branch information
black-jk committed Jan 28, 2019
1 parent e8a2945 commit 3e8bf36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TooltipPopoverWrapper.js
Expand Up @@ -270,6 +270,9 @@ class TooltipPopoverWrapper extends React.Component {
['click', 'touchstart'].forEach(event =>
document.removeEventListener(event, this.handleDocumentClick, true)
);

this.clearShowTimeout();
this.clearHideTimeout();
}

updateTarget() {
Expand Down

0 comments on commit 3e8bf36

Please sign in to comment.