react-trello-board icon indicating copy to clipboard operation
react-trello-board copied to clipboard

incorrect nextY

Open sushilc opened this issue 8 years ago • 1 comments

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.

sushilc avatar Nov 19 '16 07:11 sushilc

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.

alex-paterson avatar Sep 16 '17 10:09 alex-paterson