mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix: use local pdf worker js (#6990)
This commit is contained in:
		@@ -35,6 +35,8 @@ export class AppComponent implements OnInit, OnDestroy {
 | 
			
		||||
    private permissionsService: PermissionsService,
 | 
			
		||||
    private hotKeyService: HotKeyService
 | 
			
		||||
  ) {
 | 
			
		||||
    let anyWindow = window as any
 | 
			
		||||
    anyWindow.pdfWorkerSrc = 'assets/js/pdf.worker.min.js'
 | 
			
		||||
    this.settings.updateAppearanceSettings()
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user