diff --git a/src/components/ImageDetail/components/ImageArea/index.tsx b/src/components/ImageDetail/components/ImageArea/index.tsx index 8d484e6..1dd26e9 100644 --- a/src/components/ImageDetail/components/ImageArea/index.tsx +++ b/src/components/ImageDetail/components/ImageArea/index.tsx @@ -198,6 +198,7 @@ const ImageArea = ({ // Move image position to the center of the screen. if (_scale.current < INITIAL_SCALE) { animateToPosition({ x: 0, y: 0 }) + animateToScale(INITIAL_SCALE) return }