Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(Tooltip): update math before display (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
iangfleming authored Jul 10, 2017
1 parent dcdc8ec commit 803462a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Tooltip extends Component {

handleMouse = direction => {
if (direction === 'over') {
this.getTriggerPosition();
this.setState({ open: true });
} else {
this.setState({ open: false });
Expand Down

1 comment on commit 803462a

@chrisdhanaraj
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bluemix toolchain: Delivery Pipeline deployed carbon-components-react to Bluemix Design System, including this commit

Please sign in to comment.