[251111] feat: views - MediaPlayer.jsx, ProductAllSection.jsx, Product...
🕐 커밋 시간: 2025. 11. 11. 14:07:12 📊 변경 통계: • 총 파일: 3개 • 추가: +211줄 • 삭제: -37줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/components/VideoPlayer/MediaPlayer.jsx ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx ~ com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/ProductVideo/ProductVideo.v2.jsx 🔧 주요 변경 내용: • UI 컴포넌트 아키텍처 개선 • 대규모 기능 개발
This commit is contained in:
@@ -65,7 +65,7 @@ const isEnter = is('enter');
|
||||
const isLeft = is('left');
|
||||
const isRight = is('right');
|
||||
|
||||
const jumpBackKeyCode = 37;
|
||||
const jumpBackKeyCode = 3
|
||||
const jumpForwardKeyCode = 39;
|
||||
const controlsHandleAboveSelectionKeys = [13, 16777221, jumpBackKeyCode, jumpForwardKeyCode];
|
||||
const getControlsHandleAboveHoldConfig = ({ frequency, time }) => ({
|
||||
|
||||
Reference in New Issue
Block a user