From c43b0effea8b3e88a8d876dc1617e8b2d8b9325f Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Tue, 13 Sep 2022 18:33:20 +0300 Subject: [PATCH] RED-5196 -> Earmarks remain visible in workload after converting or deleting --- .../highlights-separator/highlights-separator.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.ts b/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.ts index de455d668..ff5ac7b03 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.ts +++ b/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.ts @@ -48,6 +48,7 @@ export class HighlightsSeparatorComponent { highlights, pageNumber: this.annotation.pageNumber, annotationsChanged: async () => { + await this._fileDataService.loadEarmarks(); await this._fileDataService.annotationsChanged(); }, };