fix redirect to first page after OCR

This commit is contained in:
Dan Percic 2022-02-07 17:29:08 +02:00
parent f4601c066c
commit 009033b8db

View File

@ -277,6 +277,7 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
selectPage(pageNumber: number) {
this.viewerComponent.utils.navigateToPage(pageNumber);
this._workloadComponent?.scrollAnnotationsToPage(pageNumber, 'always');
this._lastPage = pageNumber.toString();
}
openManualAnnotationDialog(manualRedactionEntryWrapper: ManualRedactionEntryWrapper) {