Fix: dont initialize page numbers, allow split with browser pdf viewer (#6314)

This commit is contained in:
shamoon 2024-04-07 08:16:33 -07:00 committed by GitHub
parent fe824e0faa
commit 974dd24e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,8 +148,8 @@ export class DocumentDetailComponent
custom_fields: new FormArray([]),
})
previewCurrentPage: number = 1
previewNumPages: number = 1
previewCurrentPage: number
previewNumPages: number
previewZoomSetting: ZoomSetting = ZoomSetting.One
previewZoomScale: ZoomSetting = ZoomSetting.PageWidth