try to make it smoother
This commit is contained in:
@@ -976,9 +976,9 @@ function FlowChunk(props) {
|
|||||||
{props.list.map((info, ind) => (
|
{props.list.map((info, ind) => (
|
||||||
<LazyLoad
|
<LazyLoad
|
||||||
key={info.pid}
|
key={info.pid}
|
||||||
offset={1500}
|
offset={200}
|
||||||
height="15em"
|
height="15em"
|
||||||
hiddenIfInvisible={true}
|
hiddenIfInvisible={false}
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{!!(
|
{!!(
|
||||||
|
|||||||
Reference in New Issue
Block a user