mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-15 10:13:15 -05:00
Fix: initialize current page to 1
This commit is contained in:
parent
654cc05f0e
commit
622fcf96a0
@ -148,7 +148,7 @@ export class DocumentDetailComponent
|
|||||||
custom_fields: new FormArray([]),
|
custom_fields: new FormArray([]),
|
||||||
})
|
})
|
||||||
|
|
||||||
previewCurrentPage: number
|
previewCurrentPage: number = 1
|
||||||
previewNumPages: number
|
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