web-pal / react-trello-board

Trello like board based on React, Redux, React-dnd
http://react-trello-board.web-pal.com
1.63k stars 329 forks source link

incorrect nextY #8

Open sushilc opened 7 years ago

sushilc commented 7 years ago

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.

alex-paterson commented 7 years ago

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.