kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.32k stars 5.88k forks source link

Drag boundaries #4285

Open apatsidis123 opened 5 months ago

apatsidis123 commented 5 months ago

Hi,

On a slick slider when i click and drag and the cursor goes outside of the container, the click event is been released and the slider that is most close to the center is been snapped.

how can i disable that? to remove the drag boundaries, regardless of how off the container i drag, not be released until i release the click.

Best regards