- Issue created by @abdallahta20
- Merge request !32Issue #3520307 by abdallahta20: Fix Bootstrap Carousel Button Click Error: Cannot Read `isSupported` of Undefined in carousel.js → (Open) created by Unnamed author
if (this._config.touch && Swipe.isSupported()) {
this._addTouchEventListeners();
}
Removing these lines won't affect clicking on the buttons when the swipe is supported, and the carousel will work as expected.
Needs work
3.0
Code