Create room Dialog Spinner fix.
This commit is contained in:
parent
999c52b650
commit
1559c69ddf
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function createRoom(opts) {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
var modal = Modal.createDialog(Loader);
|
var modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
|
||||||
|
|
||||||
return client.createRoom(createOpts).finally(function() {
|
return client.createRoom(createOpts).finally(function() {
|
||||||
modal.close();
|
modal.close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue