[shoptime-3976] Home / Top / 4번 배너 진입 후 좌방향키 두번 누를 경우 포커싱 상이

수정 내용: RollingUnit container ID 기억 및 preserveId true 설정
This commit is contained in:
hyunwoo93.cha
2025-03-04 16:58:06 +09:00
parent a1de3ec2f6
commit cf62841360

View File

@@ -34,7 +34,7 @@ import css from "./RollingUnit.module.less";
const SpottableComponent = Spottable("div");
const Container = SpotlightContainerDecorator(
{ enterTo: "last-focused" },
{ enterTo: "last-focused", preserveId: true },
"div"
);
@@ -498,6 +498,7 @@ export default function RollingUnit({
css.rollingWrap,
isHorizontal && css.isHorizontalWrap
)}
spotlightId={`container-${spotlightId}`}
>
{rollingDataLength !== 1 ? (
<SpottableComponent