Skip to content

Commit

Permalink
fix(blocks): pdf preview (#6659)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkwolf committed Mar 31, 2024
1 parent ee05555 commit 0019bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blocks/src/attachment-block/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const embedConfig: EmbedConfig[] = [
frameborder="no"
allowTransparency
allowfullscreen
type="application/pdf"
></iframe>`;
},
},
Expand Down

0 comments on commit 0019bed

Please sign in to comment.