Browse Source

try to make it smoother

dev
thuhole 5 years ago
parent
commit
a60a097b38
  1. 4
      src/Flows.js

4
src/Flows.js

@ -976,9 +976,9 @@ function FlowChunk(props) {
{props.list.map((info, ind) => (
<LazyLoad
key={info.pid}
offset={1500}
offset={200}
height="15em"
hiddenIfInvisible={true}
hiddenIfInvisible={false}
>
<div>
{!!(

Loading…
Cancel
Save