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(); }, };