Merge pull request #1822 from vector-im/wmwragg/spinner-fix
Wmwragg/spinner fix
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = React.createClass({
|
||||
var ViewSource = sdk.getComponent('structures.ViewSource');
|
||||
Modal.createDialog(ViewSource, {
|
||||
mxEvent: this.props.mxEvent
|
||||
});
|
||||
}, 'mx_Dialog_viewsource');
|
||||
if (this.props.onFinished) this.props.onFinished();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user