[251027] fix: MediaPanel Overlay제거

🕐 커밋 시간: 2025. 10. 27. 10:56:52

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

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/actions/playActions.js
  ~ com.twin.app.shoptime/src/views/MediaPanel/MediaPanel.jsx

🔧 주요 변경 내용:
  • 핵심 비즈니스 로직 개선
This commit is contained in:
2025-10-27 10:56:52 +09:00
parent d0904e1a7c
commit b270a70c48
2 changed files with 9 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ export const startVideoPlayerNew =
export const finishVideoPreview = () => (dispatch, getState) => {
const panels = getState().panels.panels;
const topPanel = panels[panels.length - 1];
const topPanel = panels[panels.length-1];
if (topPanel && topPanel.name === panel_names.PLAYER_PANEL && topPanel.panelInfo.modal) {
if (startVideoFocusTimer) {
clearTimeout(startVideoFocusTimer);