[251123] fix: DetailPanel->YouMayLike 클릭시 비디오 제거

🕐 커밋 시간: 2025. 11. 23. 19:35:45

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +2줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx (javascript):
    🔄 Modified: SpotlightContainerDecorator()
This commit is contained in:
2025-11-23 19:35:45 +09:00
parent c9543e1452
commit 11855bb282

View File

@@ -7,6 +7,7 @@ import SpotlightContainerDecorator from '@enact/spotlight/SpotlightContainerDeco
import Spottable from '@enact/spotlight/Spottable'; import Spottable from '@enact/spotlight/Spottable';
import { clearThemeDetail } from '../../../../actions/homeActions'; import { clearThemeDetail } from '../../../../actions/homeActions';
import { finishModalMediaForce } from '../../../../actions/mediaActions';
import { popPanel, pushPanel, updatePanel } from '../../../../actions/panelActions'; import { popPanel, pushPanel, updatePanel } from '../../../../actions/panelActions';
import { finishVideoPreview } from '../../../../actions/playActions'; import { finishVideoPreview } from '../../../../actions/playActions';
import THeader from '../../../../components/THeader/THeader'; import THeader from '../../../../components/THeader/THeader';
@@ -141,6 +142,7 @@ export default function YouMayAlsoLike({
const handleItemClick = () => { const handleItemClick = () => {
dispatch(finishVideoPreview()); dispatch(finishVideoPreview());
dispatch(finishModalMediaForce());
if (themeProductInfos && themeProductInfos.length > 0) { if (themeProductInfos && themeProductInfos.length > 0) {
dispatch(clearThemeDetail()); dispatch(clearThemeDetail());