You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Merge pull request #350 from matrix-org/wmwragg/spinner-fix
Wmwragg/spinner fix
This commit is contained in:
@@ -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() {
|
||||
modal.close();
|
||||
|
||||
Reference in New Issue
Block a user