ngx-sortablejs icon indicating copy to clipboard operation
ngx-sortablejs copied to clipboard

Direction not working correctly in a grid

Open B-o-s-s-e opened this issue 5 years ago • 0 comments

The direction option for swapThreshold only works on each row, but as soon as I drag the item to the next row the sorting is triggered immediately when the cursor touches the edge of an element.

issue on both directions: 'horizontal' and 'vertical'

Here is a small demo project: https://stackblitz.com/edit/angular-ngx-sortablejs-grid

B-o-s-s-e avatar Oct 01 '20 21:10 B-o-s-s-e