Skip to content

Commit

Permalink
Merge branch 'develop' into fix-form-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk authored Jan 22, 2018
2 parents 34949a6 + ababc86 commit 3c870ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/layout/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export default class Sidebar extends Component {
tooltipEnabled: true,
};

componentDidUpdate() {
ReactTooltip.rebuild();
}

enableToolTip() {
this.setState({ tooltipEnabled: true });
}
Expand Down

0 comments on commit 3c870ae

Please sign in to comment.