Skip to content

Commit

Permalink
fix: make image embeds interactive again
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Dec 12, 2023
1 parent 11164a4 commit 2013d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/com/components/embeds/Embed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Embed = (props: EmbedProps) => {

return [
link && <EmbedLink link={link} />,
images && <EmbedImage images={images} />,
images && <EmbedImage images={images} interactive />,
record && renderRecord(record, () => props.large),
];
})()}
Expand Down

0 comments on commit 2013d99

Please sign in to comment.