From 1f2ef1cdb714500b500c1ff207d580c73fe53ba3 Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Mon, 8 May 2023 22:21:06 +0800 Subject: [PATCH] fix: #1307 empty messages --- 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 cbe730cd..fb37fdc4 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -153,7 +153,7 @@ export function Markdown( } }; - checkInView(); + setTimeout(() => checkInView(), 1); return (