From 92efbeb94ebe542b031a23abc17b158366957796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Mon, 9 May 2022 11:23:20 +0200 Subject: [PATCH] fix(representation): disable progress indicator correctly (DEV-905) (#730) --- src/app/workspace/resource/resource.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/workspace/resource/resource.component.ts b/src/app/workspace/resource/resource.component.ts index 9ae86c7721..33cb91d7e5 100644 --- a/src/app/workspace/resource/resource.component.ts +++ b/src/app/workspace/resource/resource.component.ts @@ -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); }