Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed May 21, 2019
1 parent 9db7dff commit 969e6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offline/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ exports.Controller = class {
validateExtent() {
this.progressPercents = 0;
const extent = this.getDowloadExtent_();
this.ngeoOfflineServiceManager_.save(extent, this.map);
this.downloading = true;
this.ngeoOfflineServiceManager_.save(extent, this.map);
}


Expand Down

0 comments on commit 969e6c4

Please sign in to comment.