fix: add renderhtml format

This commit is contained in:
shuai
2024-03-18 11:29:30 +08:00
parent be1d5fb445
commit a65417b0ba
2 changed files with 4 additions and 2 deletions
@@ -100,7 +100,7 @@ const Index: FC<IProps> = ({ refreshCount }) => {
setTimeout(() => {
htmlRender(ref.current);
}, 60);
}, 70);
}, [ref.current]);
const {
@@ -69,7 +69,9 @@ const Index: FC<IProps> = ({ refreshCount }) => {
return;
}
htmlRender(ref.current);
setTimeout(() => {
htmlRender(ref.current);
}, 70);
}, [ref.current]);
useEffect(() => {