@razorpay/blade 10.14.6 → 10.14.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19472,8 +19472,6 @@ var Carousel = function Carousel(_ref4) {
19472
19472
 
19473
19473
  // Sync the indicators with scroll
19474
19474
  React__default.useEffect(function () {
19475
- // do not sync indicators on desktop, we are already in sync because we can only use the next/prev buttons
19476
- if (!isMobile) return;
19477
19475
  var carouselContainer = containerRef.current;
19478
19476
  if (!carouselContainer) return;
19479
19477
  var handleScroll = debounce$2(function () {