Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-12-06 22:54:43 +00:00
commit c3d6ff1e3b
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ export default React.createClass({
if (nextProps.url !== this.props.url) {
this._getNewState(nextProps);
this.setScalarToken();
} else if (nextProps.show && !this.props.show) {
} else if (nextProps.show && !this.props.show && this.props.waitForIframeLoad) {
this.setState({
loading: true,
});