xmcp 6 years ago
parent
commit
cac6e43a67
  1. 2
      src/Flows.js

2
src/Flows.js

@ -356,7 +356,7 @@ class FlowSidebar extends PureComponent {
</div> </div>
} }
{replies_to_show.map((reply)=>( {replies_to_show.map((reply)=>(
<LazyLoad key={reply.cid} offset={1500} height="5em" overflow={true} once={true}> <LazyLoad key={reply.cid+(+this.state.dz_only)} offset={1500} height="5em" overflow={true} once={true}>
<ClickHandler callback={(e)=>{this.show_reply_bar(reply.name,e);}}> <ClickHandler callback={(e)=>{this.show_reply_bar(reply.name,e);}}>
<Reply <Reply
info={reply} color_picker={this.color_picker} show_pid={show_pid} info={reply} color_picker={this.color_picker} show_pid={show_pid}

Loading…
Cancel
Save