diff --git a/iCarousel/iCarousel.m b/iCarousel/iCarousel.m index 48a6f32f74..d4c3e944cc 100644 --- a/iCarousel/iCarousel.m +++ b/iCarousel/iCarousel.m @@ -2066,8 +2066,7 @@ - (void)didTap:(UITapGestureRecognizer *)tapGesture { if (!_delegate || [_delegate carousel:self shouldSelectItemAtIndex:index]) { - if ((index != self.currentItemIndex && _centerItemWhenSelected) || - (index == self.currentItemIndex && _scrollToItemBoundary)) + if ((index != self.currentItemIndex && _centerItemWhenSelected)) { [self scrollToItemAtIndex:index animated:YES]; }