From c15736d2d608b3a3e162c841bea41e376bd213ef Mon Sep 17 00:00:00 2001 From: shuai Date: Fri, 15 Mar 2024 17:36:14 +0800 Subject: [PATCH] fix: article style format --- ui/src/pages/Review/components/FlagContent/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/pages/Review/components/FlagContent/index.tsx b/ui/src/pages/Review/components/FlagContent/index.tsx index 06a08b61..87309c73 100644 --- a/ui/src/pages/Review/components/FlagContent/index.tsx +++ b/ui/src/pages/Review/components/FlagContent/index.tsx @@ -98,7 +98,9 @@ const Index: FC = ({ refreshCount }) => { return; } - htmlRender(ref.current); + setTimeout(() => { + htmlRender(ref.current); + }, 60); }, [ref.current]); const {