Fixed excluded watermark
This commit is contained in:
parent
79584aba11
commit
bf859b1f91
@ -408,8 +408,9 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
|
||||
this._instance = $event;
|
||||
await this._stampPDF();
|
||||
await this._cleanupAndRedrawManualAnnotations$().toPromise();
|
||||
this._setExcludedPageStyles();
|
||||
|
||||
this._instance.Core.documentViewer.addEventListener('pageNumberUpdated', () => {
|
||||
this._instance.Core.documentViewer.addEventListener('pageComplete', () => {
|
||||
this._setExcludedPageStyles();
|
||||
});
|
||||
|
||||
@ -550,7 +551,6 @@ export class FilePreviewScreenComponent extends AutoUnsubscribe implements OnIni
|
||||
excludedPages,
|
||||
);
|
||||
}
|
||||
this._setExcludedPageStyles();
|
||||
}
|
||||
|
||||
private _subscribeToFileUpdates(): void {
|
||||
|
||||
0
package-lock.json
generated
0
package-lock.json
generated
Loading…
x
Reference in New Issue
Block a user