diff --git a/src/components/carousel/carousel.js b/src/components/carousel/carousel.js index 3fc11016606..a2d2a35eae4 100644 --- a/src/components/carousel/carousel.js +++ b/src/components/carousel/carousel.js @@ -406,6 +406,9 @@ export const BCarousel = /*#__PURE__*/ Vue.extend({ return } const direction = absDeltaX / this.touchDeltaX + // Reset touch delta X + // https://github.com/twbs/bootstrap/pull/28558 + this.touchDeltaX = 0 if (direction > 0) { // Swipe left this.prev()