You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
More comments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user