Skip to content

Commit

Permalink
Merge pull request #1205 from CumpsD/patch-3
Browse files Browse the repository at this point in the history
Position tooltip on value change
  • Loading branch information
Hai Nguyen committed Aug 24, 2015
2 parents 2f8af39 + b21335c commit d192c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tooltip.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ let Tooltip = React.createClass({
this._setTooltipPosition();
},

componentWillReceiveProps() {
this._setTooltipPosition();
},

componentDidUpdate() {
this._setRippleSize();
},
Expand Down

0 comments on commit d192c1b

Please sign in to comment.