mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-17 10:13:56 -05:00
Fix: dont initialize page numbers, allow split with browser pdf viewer (#6314)
This commit is contained in:
parent
fe824e0faa
commit
974dd24e69
@ -148,8 +148,8 @@ export class DocumentDetailComponent
|
|||||||
custom_fields: new FormArray([]),
|
custom_fields: new FormArray([]),
|
||||||
})
|
})
|
||||||
|
|
||||||
previewCurrentPage: number = 1
|
previewCurrentPage: number
|
||||||
previewNumPages: number = 1
|
previewNumPages: number
|
||||||
previewZoomSetting: ZoomSetting = ZoomSetting.One
|
previewZoomSetting: ZoomSetting = ZoomSetting.One
|
||||||
previewZoomScale: ZoomSetting = ZoomSetting.PageWidth
|
previewZoomScale: ZoomSetting = ZoomSetting.PageWidth
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user