mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
More comments
This commit is contained in:
parent
e5a5ca9efc
commit
5ae7d5e4b2
1 changed files with 3 additions and 1 deletions
|
@ -141,7 +141,9 @@ export default React.createClass({
|
|||
},
|
||||
|
||||
_requestCallback: function(auth, background) {
|
||||
// only set the busy flag if this is a non-background request
|
||||
// only set the busy flag if this is a non-background request,
|
||||
// otherwise, the user initiated a request, so make the busy
|
||||
// spinner appear and clear and existing error messages.
|
||||
if (!background) {
|
||||
this.setState({
|
||||
busy: true,
|
||||
|
|
Loading…
Reference in a new issue