This commit is contained in:
Timo Bejan 2021-09-30 11:44:58 +03:00
parent 65a30e8d1c
commit 9b2aa87450

View File

@ -98,7 +98,7 @@ export class PageIndicatorComponent implements OnChanges, OnInit, OnDestroy {
this._viewedPagesControllerService
.addPage({page: this.number}, this._appStateService.activeDossierId, this._appStateService.activeFileId)
.subscribe(() => {
this.viewedPages?.pages?.push({page: this.number, fileId: this._appStateService.activeFile});
this.viewedPages?.pages?.push({page: this.number, fileId: this._appStateService.activeFileId});
});
}