From: GeoSot Date: Wed, 9 Mar 2022 23:00:33 +0000 (+0200) Subject: Carousel: add comment for future fixes X-Git-Tag: v5.2.0-beta1~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec0e1c220e2f9b1f4591b4c7f12a622822f14014;p=thirdparty%2Fbootstrap.git Carousel: add comment for future fixes --- diff --git a/js/src/carousel.js b/js/src/carousel.js index 70c5fd286a..edaec08f2d 100644 --- a/js/src/carousel.js +++ b/js/src/carousel.js @@ -328,6 +328,7 @@ class Carousel extends BaseComponent { if (!activeElement || !nextElement) { // Some weirdness is happening, so we bail + // todo: change tests that use empty divs to avoid this check return }