fix ios pressure helper and android click handler
This commit is contained in:
@@ -549,7 +549,7 @@ function FlowChunk(props) {
|
||||
<div className="flow-chunk">
|
||||
{!!props.title && <TitleLine text={props.title} />}
|
||||
{props.list.map((info,ind)=>(
|
||||
<LazyLoad key={info.pid} offset={1500} height="15em" once={true} >
|
||||
<LazyLoad key={info.pid} offset={1500} height="15em" once={true}>
|
||||
<div>
|
||||
{!!(props.deletion_detect && props.mode==='list' && ind && props.list[ind-1].pid-info.pid>1) &&
|
||||
<div className="flow-item-row">
|
||||
|
||||
Reference in New Issue
Block a user