diff --git a/lib/components/term-group.js b/lib/components/term-group.js index 69f7d1d6..a57ec0e7 100644 --- a/lib/components/term-group.js +++ b/lib/components/term-group.js @@ -91,7 +91,7 @@ class TermGroup_ extends PureComponent { componentWillReceiveProps(nextProps) { if (this.props.termGroup.sizes != nextProps.termGroup.sizes || nextProps.sizeChanged) { - this.term && this.term.measureResize(); + this.term && this.term.fitResize(); // Indicate to children that their size has changed even if their ratio hasn't this.sizeChanged = true; } else {