Fix: remove type attribute from object for Safari
This commit is contained in:
parent
91585a1fa6
commit
fd595bf442
@ -364,7 +364,7 @@
|
||||
</pdf-viewer>
|
||||
</div>
|
||||
} @else {
|
||||
<object [data]="previewUrl | safeUrl" type="application/pdf" class="preview-sticky" width="100%"></object>
|
||||
<object [data]="previewUrl | safeUrl" class="preview-sticky" width="100%"></object>
|
||||
}
|
||||
}
|
||||
@case (ContentRenderType.Text) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user