From 849ba8e2fff58b3608ead967dac047cba4f6c4a0 Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Tue, 10 Jun 2025 16:43:05 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-4013]=20Featured=20Bradns=20/=20Categ?= =?UTF-8?q?ory=20/=20=EC=9D=B4=EC=A0=84=20=ED=8C=8C=ED=8A=B8=EB=84=88?= =?UTF-8?q?=EC=82=AC=20=ED=8F=AC=EC=BB=A4=EC=8B=B1=EB=90=9C=20=EC=B9=B4?= =?UTF-8?q?=ED=85=8C=EA=B3=A0=EB=A6=AC=20=EC=88=9C=EC=84=9C=EC=97=90=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=ED=95=9C=20=EA=B3=B3=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=ED=8F=AC=EC=BB=A4=EC=8B=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [수정사항] Nav 클릭을 했을 때 카테고리 last focused 삭제하는 로직 추가 --- .../src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx index cd82298d..83227be3 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx @@ -684,6 +684,7 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => { setSelectedCatCdLv1(null); setSelectedCatCdLv2(null); setContainerLastFocusedElement(null, ["upcoming-list-id"]); + setContainerLastFocusedElement(null, ["featured-category-nav-id"]); }, []); // effect: reset the brand store and set the focusedContainerId and fetch brand list on initial render