Skip to content

Commit

Permalink
Merge pull request #584 from meetfranz/fix-service-tooltips-initializ…
Browse files Browse the repository at this point in the history
…ation

Fix service tooltips initialization
  • Loading branch information
adlk committed Jan 22, 2018
2 parents ca35c63 + 0bc493f commit ababc86
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 ababc86

Please sign in to comment.