fix dom memory leak

This commit is contained in:
SrGooglo 2023-03-07 22:20:29 +00:00
parent f9483cbb50
commit 7ea2f587f8
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ export default (props) => {
const renderComments = () => {
if (!comments) {
return <antd.Skeleton active />
return <antd.Skeleton />
}
if (comments.length === 0) {

View File

@ -24,7 +24,7 @@
overflow: hidden;
width: 100%;
height: 100%;
//height: 100%;
transition: all 150ms ease-in-out;