guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
544 stars 132 forks source link

dont setState unless the startRow is changing #15

Closed vnehess closed 5 years ago

vnehess commented 5 years ago

this.state.start is not a thing, should be startRow

vnehess commented 5 years ago

actually, the scrolling works better if this setState() is always performed, so am closing this. I still believe that this IF() is comparing to a non-existent state variable