[SHOPTIME-3962] 미국 / Featured Brands / Upcoming 이전 파트너사의 포커싱 저장됨

[수정사항] featuredBrands QuickMenu 클릭시 Upcomming last-focus 초기화
This commit is contained in:
고동영
2025-02-07 15:09:24 +09:00
parent 958d35b983
commit c6eb83ab6b

View File

@@ -56,6 +56,7 @@ import Series from "./Series/Series";
import Showroom from "./Showroom/Showroom";
import TodaysDeals from "./TodaysDeals/TodaysDeals";
import UpComing from "./UpComing/UpComing";
import { setContainerLastFocusedElement } from "@enact/spotlight/src/container";
const STRING_CONF = {
CANCEL: "CANCEL",
@@ -642,6 +643,7 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => {
setSelectedSeriesId(null);
setSelectedCatCdLv1(null);
setSelectedCatCdLv2(null);
setContainerLastFocusedElement(null, ["upcoming-list-id"]);
}, []);
// effect: reset the brand store and set the focusedContainerId and fetch brand list on initial render