[SHOPTIME-4013] Featured Bradns / Category / 이전 파트너사 포커싱된 카테고리 순서에 위치한 곳으로 포커싱
[수정사항] Nav 클릭을 했을 때 카테고리 last focused 삭제하는 로직 추가
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user