fix: add renderhtml format
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user