[251019] fix: ProductVideo.v2.jsx overlay timeout to 5000ms

🕐 커밋 시간: 2025. 10. 19. 16:49:14

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +1줄
  • 삭제: -1줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v2.jsx

🔧 주요 변경 내용:
  • 코드 정리 및 최적화
This commit is contained in:
2025-10-19 16:49:15 +09:00
parent 5a7c296326
commit b8d1face8f

View File

@@ -401,7 +401,7 @@ export default function ProductVideoV2({
onEnded={handleVideoEnded}
onBackButton={handleBackButton}
noAutoPlay={false}
autoCloseTimeout={3000}
autoCloseTimeout={5000}
spotlightDisabled={!isFullscreen}
isYoutube={isYoutube}
src={productInfo?.prdtMediaUrl}