From 4ecb03002f651589ba4612eefae227a7d4408ca8 Mon Sep 17 00:00:00 2001 From: optrader Date: Wed, 17 Dec 2025 18:19:37 +0900 Subject: [PATCH] =?UTF-8?q?[251217]=20fix:=20VideoPlayer.v3.jsx=20times=20?= =?UTF-8?q?=EC=A0=84=EC=B2=B4=ED=99=94=EB=A9=B4=EC=97=90=EB=A7=8C=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 12. 17. 18:19:37 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +2쀄 β€’ μ‚­μ œ: -2쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.js πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ UI μ»΄ν¬λ„ŒνŠΈ μ•„ν‚€ν…μ²˜ κ°œμ„  β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- .../src/components/VideoPlayer/VideoPlayer.v3.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.js b/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.js index e8684f91..fd31408a 100644 --- a/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.js +++ b/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.v3.js @@ -2534,7 +2534,7 @@ const VideoPlayerBase = class extends React.Component { videoVerticalVisible && css.videoVertical )} > - {this.state.mediaSliderVisible && type ? ( + {this.state.mediaSliderVisible && type && !panelInfo.modal ? ( ) : null} - {this.state.mediaSliderVisible && type ? ( + {this.state.mediaSliderVisible && type && !panelInfo.modal ? (