From 11855bb2827aa28799da5c58b584ce6af552ca7d Mon Sep 17 00:00:00 2001 From: optrader Date: Sun, 23 Nov 2025 19:35:45 +0900 Subject: [PATCH] =?UTF-8?q?[251123]=20fix:=20DetailPanel->YouMayLike=20?= =?UTF-8?q?=ED=81=B4=EB=A6=AD=EC=8B=9C=20=EB=B9=84=EB=94=94=EC=98=A4=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 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() --- .../ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx index ff01c8b1..5fa108b8 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx @@ -7,6 +7,7 @@ import SpotlightContainerDecorator from '@enact/spotlight/SpotlightContainerDeco import Spottable from '@enact/spotlight/Spottable'; import { clearThemeDetail } from '../../../../actions/homeActions'; +import { finishModalMediaForce } from '../../../../actions/mediaActions'; import { popPanel, pushPanel, updatePanel } from '../../../../actions/panelActions'; import { finishVideoPreview } from '../../../../actions/playActions'; import THeader from '../../../../components/THeader/THeader'; @@ -141,6 +142,7 @@ export default function YouMayAlsoLike({ const handleItemClick = () => { dispatch(finishVideoPreview()); + dispatch(finishModalMediaForce()); if (themeProductInfos && themeProductInfos.length > 0) { dispatch(clearThemeDetail());