From 148f763769c4220fa055c45002e81694cc48caa7 Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Thu, 7 Dec 2023 12:36:07 +0800 Subject: [PATCH] fix: font size error --- app/components/markdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/markdown.tsx b/app/components/markdown.tsx index 07ebc2371..0e50d5a80 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -123,7 +123,7 @@ function _MarkDownContent(props: { content: string; imageBase64?: string }) { ); return ( -
+
{props.imageBase64 && } , ) { const mdRef = useRef(null); - + console.log("[fontSize]", props.fontSize); return (