Skip to content

Commit

Permalink
Refactor #1878 - For Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 16, 2021
1 parent c63ebf1 commit 36acb86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ export class Tooltip extends Component {
this.currentTarget = null;
this.scrollHandler = null;
this.sendCallback(this.props.onHide, { originalEvent: e, target: this.currentTarget });

DomHandler.revertZIndex();
});
});
}
Expand Down

0 comments on commit 36acb86

Please sign in to comment.