tbranyen / hyperlist

A performant virtual scrolling list utility capable of rendering millions of rows
Other
446 stars 44 forks source link

Update index.js #68

Closed chris-kruining closed 3 years ago

chris-kruining commented 3 years ago

I have not fully tested it, but I believe this method has less edge-cases. your implementation is relying on the fact that NaN !== NaN.

tbranyen commented 3 years ago

Thank you!