[SHOPTIME-4013] Featured Bradns / Category / 이전 파트너사 포커싱된 카테고리 순서에 위치한 곳으로 포커싱

[수정사항]

Nav 클릭을 했을 때 카테고리 last focused 삭제하는 로직 추가
This commit is contained in:
dongyoungKo
2025-06-10 16:43:05 +09:00
parent 1acce5f369
commit 849ba8e2ff

View File

@@ -684,6 +684,7 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => {
setSelectedCatCdLv1(null); setSelectedCatCdLv1(null);
setSelectedCatCdLv2(null); setSelectedCatCdLv2(null);
setContainerLastFocusedElement(null, ["upcoming-list-id"]); 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 // effect: reset the brand store and set the focusedContainerId and fetch brand list on initial render