mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
c3d6ff1e3b
@ -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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user