[TV앱테스트]Home / Populuar Show / [+] 클릭 / 이전 키 / On Sale로 포커스 이동
[CLM] https://harmony.lge.com:8443/issue/browse/SHOPTIME-2323 [DESC] - more버튼에 spotlightId가 없어 정상적으로 이동하지않아 스팟라이트 아이디 추가.
This commit is contained in:
@@ -149,6 +149,7 @@ const BestSeller = ({ order, scrollTopBody, panelInfo }) => {
|
|||||||
<SpottableComponent
|
<SpottableComponent
|
||||||
className={css.displayBox}
|
className={css.displayBox}
|
||||||
onClick={handleMoreCardClick}
|
onClick={handleMoreCardClick}
|
||||||
|
spotlightId={"bestseller-item-more-btn"}
|
||||||
></SpottableComponent>
|
></SpottableComponent>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -164,6 +164,7 @@ const PopularShow = ({ homeChk = true, order, scrollTopBody, ...rest }) => {
|
|||||||
<SpottableComponent
|
<SpottableComponent
|
||||||
className={css.displayBox}
|
className={css.displayBox}
|
||||||
onClick={handleMoreCardClick}
|
onClick={handleMoreCardClick}
|
||||||
|
spotlightId={"home-popularshow-more-btn"}
|
||||||
></SpottableComponent>
|
></SpottableComponent>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user