Skip to content

Commit

Permalink
fix(representation): disable progress indicator correctly (DEV-905) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed May 9, 2022
1 parent d0b74c9 commit 92efbeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/workspace/resource/resource.component.ts
Expand Up @@ -316,8 +316,6 @@ export class ResourceComponent implements OnInit, OnChanges, OnDestroy {

this.representationsToDisplay = this.collectRepresentationsAndAnnotations(this.incomingResource);

this.loading = this.representationsToDisplay.length > 0;

if (this.representationsToDisplay.length && this.representationsToDisplay[0].fileValue && this.compoundPosition) {
this.getIncomingRegions(this.incomingResource, 0);
}
Expand Down

0 comments on commit 92efbeb

Please sign in to comment.