[251217] fix: VideoPlayer.v3.jsx times 전체화면에만 표시
🕐 커밋 시간: 2025. 12. 17. 18:19:37 📊 변경 통계: • 총 파일: 1개 • 추가: +2줄 • 삭제: -2줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.js 🔧 주요 변경 내용: • UI 컴포넌트 아키텍처 개선 • 코드 정리 및 최적화
This commit is contained in:
@@ -2534,7 +2534,7 @@ const VideoPlayerBase = class extends React.Component {
|
||||
videoVerticalVisible && css.videoVertical
|
||||
)}
|
||||
>
|
||||
{this.state.mediaSliderVisible && type ? (
|
||||
{this.state.mediaSliderVisible && type && !panelInfo.modal ? (
|
||||
<Times
|
||||
noCurrentTime
|
||||
total={type === 'LIVE' ? liveTotalTime : this.state.duration}
|
||||
@@ -2542,7 +2542,7 @@ const VideoPlayerBase = class extends React.Component {
|
||||
type={type}
|
||||
/>
|
||||
) : null}
|
||||
{this.state.mediaSliderVisible && type ? (
|
||||
{this.state.mediaSliderVisible && type && !panelInfo.modal ? (
|
||||
<Times
|
||||
noTotalTime
|
||||
current={type === 'LIVE' ? currentLiveTimeSeconds : this.state.currentTime}
|
||||
|
||||
Reference in New Issue
Block a user