Merge "Reset loading back to true"
This commit is contained in:
@@ -133,6 +133,8 @@
|
||||
* @return {!Promise}
|
||||
*/
|
||||
_repoChanged(repo) {
|
||||
this._loading = true;
|
||||
|
||||
if (!repo) { return Promise.resolve(); }
|
||||
|
||||
return this._reload(repo);
|
||||
|
||||
Reference in New Issue
Block a user