diff --git a/src/components/Lightbox/pager/ImagePager.tsx b/src/components/Lightbox/pager/ImagePager.tsx index ca1b564e8d..7b7548a0e3 100644 --- a/src/components/Lightbox/pager/ImagePager.tsx +++ b/src/components/Lightbox/pager/ImagePager.tsx @@ -530,7 +530,7 @@ function LightboxImage({ const dismissTranslateY = isActive && openProgressValue === 1 ? dismissSwipeTranslateY.get() : 0 - if (openProgressValue === 0 && isFlyingAway.get()) { + if (openProgressValue === 0) { return { isHidden: true, isResting: false,