Skip to content
Snippets Groups Projects

Issue #3520307 by abdallahta20: Fix Bootstrap Carousel Button Click Error: Cannot Read `isSupported` of Undefined in carousel.js

Open Issue #3520307 by abdallahta20: Fix Bootstrap Carousel Button Click Error: Cannot Read `isSupported` of Undefined in carousel.js
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -179,9 +179,6 @@
EventHandler.on(this._element, EVENT_MOUSEENTER, () => this.pause());
EventHandler.on(this._element, EVENT_MOUSELEAVE, () => this._maybeEnableCycle());
}
if (this._config.touch && Swipe.isSupported()) {
this._addTouchEventListeners();
}
}
_addTouchEventListeners() {
for (const img of SelectorEngine.find(SELECTOR_ITEM_IMG, this._element)) {
Loading