beamworks / react-csv-importer

Uploader + CSV parser + raw file preview + UI for custom user column mapping, all in one
https://www.npmjs.com/package/react-csv-importer
MIT License
231 stars 95 forks source link

fix ColumnDragState y value #49

Closed ChrisMoutsos closed 3 years ago

ChrisMoutsos commented 3 years ago

When the page is scrolled down, the column drag objects don't get the right y value assigned to them, so they're offset by the scrolled amount. This fixes that.

unframework commented 3 years ago

Thanks, will try to reproduce locally.

ChrisMoutsos commented 3 years ago

Any luck with this one?

unframework commented 3 years ago

Hey, appreciate the ping; I ended up doing a bigger overhaul for this part anyway (needed to fix some mobile Safari issues as well), so I'll close this PR. Thanks again for contributing! The fix is released in v0.5.1.