fix: article style format
This commit is contained in:
@@ -98,7 +98,9 @@ const Index: FC<IProps> = ({ refreshCount }) => {
|
||||
return;
|
||||
}
|
||||
|
||||
htmlRender(ref.current);
|
||||
setTimeout(() => {
|
||||
htmlRender(ref.current);
|
||||
}, 60);
|
||||
}, [ref.current]);
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user