RED-2785 and RED-2786

This commit is contained in:
Timo Bejan 2021-11-17 20:36:53 +02:00
parent 0ee69c0dec
commit 3d6227b549

View File

@ -244,6 +244,7 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
ngOnDetach(): void {
this.displayPDFViewer = false;
this._changeDetectorRef.markForCheck();
super.ngOnDestroy();
}