[251217] fix: VideoPlayer.v3.jsx Spinner제거
🕐 커밋 시간: 2025. 12. 17. 18:04:43 📊 변경 통계: • 총 파일: 2개 • 추가: +18줄 • 삭제: -6줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.js ~ com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.module.less 🔧 주요 변경 내용: • UI 컴포넌트 아키텍처 개선
This commit is contained in:
@@ -2467,9 +2467,9 @@ const VideoPlayerBase = class extends React.Component {
|
||||
</p>
|
||||
}
|
||||
|
||||
<div className={css.loaderWrap}>
|
||||
{/* <div className={css.loaderWrap}>
|
||||
<Loader />
|
||||
</div>
|
||||
</div> */}
|
||||
</>
|
||||
) : null}
|
||||
{this.state.mediaControlsVisible && (
|
||||
|
||||
Reference in New Issue
Block a user