From d126c7d5c831de62a5ffb1df03cd55e7cce713d8 Mon Sep 17 00:00:00 2001 From: noam-heller1 <121542318+noam-heller1@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:27:12 +0200 Subject: [PATCH] dummy commit (#1174) --- .../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));