yaodingyd / react-flickity-component

A React.js component for using @desandro's Flickity
314 stars 51 forks source link

Dragging Issue while dragging the non current item #151

Closed rakeshnayak360 closed 5 months ago

rakeshnayak360 commented 8 months ago

When I drag the any item other than the current item, the slider is set back to the first item. Following options are set: draggable: true, cellAlign: 'left', pageDots: false, contain: true, prevNextButtons: false, accessibility: true, asNavFor: 'classname'

yaodingyd commented 5 months ago

Feel free to reopen the issue with a codesandbox example