mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: initialize current page to 1
This commit is contained in:
		@@ -148,7 +148,7 @@ export class DocumentDetailComponent
 | 
			
		||||
    custom_fields: new FormArray([]),
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
  previewCurrentPage: number
 | 
			
		||||
  previewCurrentPage: number = 1
 | 
			
		||||
  previewNumPages: number
 | 
			
		||||
  previewZoomSetting: ZoomSetting = ZoomSetting.One
 | 
			
		||||
  previewZoomScale: ZoomSetting = ZoomSetting.PageWidth
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user