RED-2511: Redaction highlight after exclude page change

This commit is contained in:
Adina Țeudan 2021-10-21 02:13:52 +03:00
parent 2770dea48e
commit 25fe8cb521

View File

@ -460,6 +460,7 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
case 'exclude-pages':
await this.appStateService.reloadActiveDossierFiles();
await this._loadFileData(true);
this._cleanupAndRedrawManualAnnotations();
await this._stampExcludedPages();
this._loadingService.stop();
return;