RED-5196 -> Earmarks remain visible in workload after converting or deleting

This commit is contained in:
Valentin Mihai 2022-09-13 18:33:20 +03:00
parent 9e579d23e2
commit c43b0effea

View File

@ -48,6 +48,7 @@ export class HighlightsSeparatorComponent {
highlights,
pageNumber: this.annotation.pageNumber,
annotationsChanged: async () => {
await this._fileDataService.loadEarmarks();
await this._fileDataService.annotationsChanged();
},
};