[TV앱테스트]Home / Populuar Show / [+] 클릭 / 이전 키 / On Sale로 포커스 이동

[CLM] https://harmony.lge.com:8443/issue/browse/SHOPTIME-2323
 
[DESC]
 - more버튼에 spotlightId가 없어 정상적으로 이동하지않아 스팟라이트 아이디 추가.
This commit is contained in:
junghoon86.park
2024-05-17 16:25:36 +09:00
parent 808a63b1a3
commit 21cb34a387
2 changed files with 2 additions and 0 deletions

View File

@@ -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>
)} )}

View File

@@ -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>
)} )}