fix RED-2977
This commit is contained in:
parent
8a00a3d461
commit
7be99ea7b8
@ -477,15 +477,9 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
|
||||
|
||||
private async _reloadFile(file: File): Promise<void> {
|
||||
await this._loadFileData(file, true);
|
||||
await this._cleanupAndRedrawManualAnnotations$().toPromise();
|
||||
await this._stampPDF();
|
||||
}
|
||||
|
||||
private _disableMultiSelectAndDocumentInfo(): void {
|
||||
this.multiSelectService.deactivate();
|
||||
this.documentInfoService.hide();
|
||||
}
|
||||
|
||||
private _setHiddenPropertyToNewAnnotations(newAnnotations: AnnotationWrapper[], oldAnnotations: AnnotationWrapper[]) {
|
||||
newAnnotations.map(newAnnotation => {
|
||||
const oldAnnotation = oldAnnotations.find(a => a.annotationId === newAnnotation.annotationId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user