Skip to content

Commit

Permalink
fix: export input image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk-Gosuto committed Jan 2, 2024
1 parent a2b4792 commit 8e10354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/exporter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ export function ImagePreviewer(props: {
<div className={styles["body"]}>
<Markdown
content={m.content}
imageBase64={m.image_url}
fontSize={config.fontSize}
defaultShow
/>
Expand Down

0 comments on commit 8e10354

Please sign in to comment.