From fde3e9210eef6fe8c2fed432f95e0140ea59c512 Mon Sep 17 00:00:00 2001 From: noam-heller1 Date: Sun, 3 Dec 2023 12:16:02 +0200 Subject: [PATCH] dummy commit --- .../gallery/src/components/gallery/proGallery/slideshowView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gallery/src/components/gallery/proGallery/slideshowView.js b/packages/gallery/src/components/gallery/proGallery/slideshowView.js index c62afbf1c..02968d824 100644 --- a/packages/gallery/src/components/gallery/proGallery/slideshowView.js +++ b/packages/gallery/src/components/gallery/proGallery/slideshowView.js @@ -442,7 +442,6 @@ class SlideshowView extends React.Component { scrollToThumbnail(itemIdx, scrollDuration) { //not to confuse with this.props.actions.scrollToItem. this is used to replace it only for thumbnail items - this.props.actions.eventsListener(GALLERY_CONSTS.events.THUMBNAIL_CLICKED, this.props); const activeIdx = this.state.activeIndex; const targetIdx = activeIdx + (this.getFirstIdx(itemIdx) - this.getFirstIdx(activeIdx));