From ec0e1c220e2f9b1f4591b4c7f12a622822f14014 Mon Sep 17 00:00:00 2001 From: GeoSot Date: Thu, 10 Mar 2022 01:00:33 +0200 Subject: [PATCH] Carousel: add comment for future fixes --- js/src/carousel.js | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.47.2