[TV앱테스트]Hot Picks / Theme 9 / 첫번째 상품에서 하방향키 입력 시 맨 아래로 포커스 이동
[CLM] https://harmony.lge.com:8443/issue/browse/SHOPTIME-2317 [DESC] - 상품의 갯수가 정확하게 들어가있을때 기준으로 만들어져있어 이상들어가있을때 처리변경하였습니다.
This commit is contained in:
@@ -211,7 +211,7 @@ export default function TCFV_3({
|
||||
}}
|
||||
spotlightId={spotName + "_" + index}
|
||||
onSpotlightDown={
|
||||
productInfos.length === 3
|
||||
productInfos.length >= 3
|
||||
? index === 2
|
||||
? _onSpotlightDown
|
||||
: null
|
||||
@@ -240,7 +240,7 @@ export default function TCFV_3({
|
||||
}}
|
||||
spotlightId={spotName + "_" + index}
|
||||
onSpotlightDown={
|
||||
hotelInfos.length > 3
|
||||
hotelInfos.length >= 3
|
||||
? index === 2
|
||||
? _onSpotlightDown
|
||||
: null
|
||||
|
||||
Reference in New Issue
Block a user