Merge branch 'VM/RED-10491' into 'master'

RED-10491 - updated view mode when page is changed

Closes RED-10491

See merge request redactmanager/red-ui!707
This commit is contained in:
Dan Percic 2024-11-19 09:12:39 +01:00
commit 9bea3c487a

View File

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