[detailpanel] 핫픽스에서 4번째상품넘어오면 보이지 않는부분 처리건.

This commit is contained in:
junghoon86.park
2024-07-31 09:28:30 +09:00
parent fb6b7c5337
commit 1cc1c5bf54

View File

@@ -240,6 +240,9 @@ function ThemeIndicator({
Spotlight.focus("spotlightId_backBtn");
return;
}
if (selectedIndex >= 3) {
scrollTop({ y: 144 * selectedIndex });
}
if (
themeProductInfos &&
themeProductInfos.length > 0 &&