I have a setup where I need the drag to scroll on a block of elements that contain links within them. If the user starts the drag and ends the drag event on the same element then the click event within that element is trigger. This then takes the user off of the page when that might not be their intention.
I have a setup where I need the drag to scroll on a block of elements that contain links within them. If the user starts the drag and ends the drag event on the same element then the click event within that element is trigger. This then takes the user off of the page when that might not be their intention.