From 1ecefd88f741a22e83029a33d42232b69e27dddd Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Tue, 23 Jul 2024 17:57:41 +0800 Subject: [PATCH] hotfix --- app/components/markdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/markdown.tsx b/app/components/markdown.tsx index 738d06a13..255edfa0f 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -62,7 +62,7 @@ export function Mermaid(props: { code: string }) { } export function HTMLPreview(props: { code: string }) { - const ref = useRef(null); + const ref = useRef(null); const frameId = useRef(nanoid()); const [height, setHeight] = useState(600); /*