I am using Owl Carousel 2 and I have (and want) the mouseDrag and touchDrag active.
When I click anything in the slide, however, owl thinks I dragged and changed the slide, so it fires onDragged callback. I DID NOT change the slide though, I just clicked on a slide ("mousedown", "mouseup" fires onDragStart).
I want to be able to do something IF and only IF I change the specific slide with a drag move (for example: I go from slide 1 to slide 2). More specificaly, I want to prevent onDragStart unless I really change from one slide to another.
What am I doing wrong?