mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Add type attribute to object tag
This commit is contained in:
		@@ -364,7 +364,7 @@
 | 
			
		||||
            </pdf-viewer>
 | 
			
		||||
          </div>
 | 
			
		||||
        } @else {
 | 
			
		||||
          <object [data]="previewUrl | safeUrl" class="preview-sticky" width="100%"></object>
 | 
			
		||||
          <object [data]="previewUrl | safeUrl" type="application/pdf" class="preview-sticky" width="100%"></object>
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      @case (ContentRenderType.Text) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user