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

Commit

Permalink
Merge pull request #331 from FormidableLabs/fix/update-portal-tooltip
Browse files Browse the repository at this point in the history
Update tooltips rendered in portal. Fix #793.
  • Loading branch information
boygirl authored Jan 22, 2018
2 parents 7e04fc6 + 4dc087a commit 0f00e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/victory-portal/portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default class Portal extends React.Component {

portalDeregister(key) {
delete this.map[key];
this.forceUpdate();
}

getChildren() {
Expand Down

0 comments on commit 0f00e37

Please sign in to comment.