[detailpanel] 핫픽스에서 4번째상품넘어오면 보이지 않는부분 처리건.
This commit is contained in:
@@ -240,6 +240,9 @@ function ThemeIndicator({
|
||||
Spotlight.focus("spotlightId_backBtn");
|
||||
return;
|
||||
}
|
||||
if (selectedIndex >= 3) {
|
||||
scrollTop({ y: 144 * selectedIndex });
|
||||
}
|
||||
if (
|
||||
themeProductInfos &&
|
||||
themeProductInfos.length > 0 &&
|
||||
|
||||
Reference in New Issue
Block a user