diff --git a/src/components/StoryDetail/index.tsx b/src/components/StoryDetail/index.tsx index de156bc..49d2ca0 100644 --- a/src/components/StoryDetail/index.tsx +++ b/src/components/StoryDetail/index.tsx @@ -121,7 +121,7 @@ export const StoryDetail: React.FC = ({ onVideoEnd={() => { if (idx <= stories.length - 2) { setTimeout( - () => carouselRef.current.snapToItem(idx + 1, true, true), + () => carouselRef.current.snapToItem(idx + 1, false, true), 250 ); } else {