Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bsidelinger912/react-tooltip-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sidelinger committed Jun 15, 2019
2 parents 61ef7b5 + 16dbaf4 commit 25ad532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class Tooltip extends React.Component {
window.removeEventListener('resize', this.listenResizeScroll);
window.removeEventListener('scroll', this.listenResizeScroll);
clearTimeout(this.debounceTimeout);
clearTimeout(this.hoverTimeout);
}

listenResizeScroll() {
Expand Down

0 comments on commit 25ad532

Please sign in to comment.