Skip to content

Commit

Permalink
Fix: show the tool tip on warning (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
tal952 authored and Yshayy committed Dec 14, 2018
1 parent 71ea981 commit a60cb2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/editor/src/components/common/ValidationIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export default class ValidationIcon extends Component {
this.tooltipId = chance.guid();
}

componentDidUpdate() {
ReactTooltip.rebuild();
}

render() {
const { show, hint } = this.props;
return (
Expand Down

0 comments on commit a60cb2a

Please sign in to comment.