Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
c3d6ff1e3b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ export default React.createClass({
|
||||||
if (nextProps.url !== this.props.url) {
|
if (nextProps.url !== this.props.url) {
|
||||||
this._getNewState(nextProps);
|
this._getNewState(nextProps);
|
||||||
this.setScalarToken();
|
this.setScalarToken();
|
||||||
} else if (nextProps.show && !this.props.show) {
|
} else if (nextProps.show && !this.props.show && this.props.waitForIframeLoad) {
|
||||||
this.setState({
|
this.setState({
|
||||||
loading: true,
|
loading: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue