From ef0b5af655325d42af242bf4639564fbe9c5f007 Mon Sep 17 00:00:00 2001 From: yhattav Date: Mon, 19 Aug 2024 14:13:11 +0300 Subject: [PATCH] dummy --- .../src/components/gallery/proGallery/galleryContainer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js index efbf86808..527db2b52 100644 --- a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js +++ b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js @@ -17,6 +17,7 @@ import { scrollToItemImp, scrollToGroupImp, haltScroll } from '../../helpers/scr import ScrollIndicator from './galleryScrollIndicator'; import { createCssLayouts } from '../../helpers/cssLayoutsHelper.js'; import { cssScrollHelper } from '../../helpers/cssScrollHelper.js'; +//hey import MediaScrollHelperWrapper from '../../helpers/mediaScrollHelper/mediaScrollHelperWrapper'; import findNeighborItem from '../../helpers/layoutUtils'; import { isGalleryInViewport, Deferred } from './galleryHelpers';