You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-15 11:01:52 +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