react-trello-board
react-trello-board copied to clipboard
incorrect nextY
nextY is sometimes 1,2 or 3 instead of 0 when moving to an empty list; consistently reproducible if you drop card towards lower end of the empty list.
I manually adjust for this in my application code; it depends on how low down on the next list you drag the card. The index is calculated using position on screen.