mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Fixed MatrixChat Dialog Spinner. Still needs testing, unsure what triggers it.
This commit is contained in:
parent
1559c69ddf
commit
a385955c6b
@ -390,7 +390,7 @@ module.exports = React.createClass({
|
||||
|
||||
// FIXME: controller shouldn't be loading a view :(
|
||||
var Loader = sdk.getComponent("elements.Spinner");
|
||||
var modal = Modal.createDialog(Loader);
|
||||
var modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
|
||||
|
||||
d.then(function() {
|
||||
modal.close();
|
||||
|
Loading…
Reference in New Issue
Block a user