RED-10491 - updated view mode when page is changed

This commit is contained in:
Valentin Mihai 2024-11-18 20:44:45 +02:00
parent edadf1ea41
commit 2b2c72fe04

View File

@ -191,6 +191,7 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
effect(() => {
this._viewModeService.viewMode();
this.pdf.currentPage();
this.#updateViewMode().then();
});