fix: export input image
This commit is contained in:
parent
a2b4792d34
commit
8e10354109
|
@ -581,6 +581,7 @@ export function ImagePreviewer(props: {
|
||||||
<div className={styles["body"]}>
|
<div className={styles["body"]}>
|
||||||
<Markdown
|
<Markdown
|
||||||
content={m.content}
|
content={m.content}
|
||||||
|
imageBase64={m.image_url}
|
||||||
fontSize={config.fontSize}
|
fontSize={config.fontSize}
|
||||||
defaultShow
|
defaultShow
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue