Issue
When the draggable prop is set to true, the gallery can get into an in-between state when transitioning between slides. It seems that if the pointer event leaves the gallery area, the gallery still thinks it is being dragged.
Expectation
When leaving the draggable area, any "dragging" flags should be set to false, and the gallery should manage its active index state by transitioning to the nearest gallery item based on the dragged position so far.
Issue
When the
draggableprop is set to true, the gallery can get into an in-between state when transitioning between slides. It seems that if the pointer event leaves the gallery area, the gallery still thinks it is being dragged.Expectation
When leaving the draggable area, any "dragging" flags should be set to false, and the gallery should manage its active index state by transitioning to the nearest gallery item based on the dragged position so far.