[TV앱테스트]Home / Popular show, Best Seller / + 아이콘 눌러도 아무 반응 없음

[CLM] https://harmony.lge.com:8443/issue/browse/SHOPTIME-2307
 
[DESC]
 - 더보기 관련 작업중에 링크부분이 잘못들어가있었던 부분 수정.
This commit is contained in:
junghoon86.park
2024-05-17 13:18:08 +09:00
parent b76afdfbb5
commit 68cf0628d6
3 changed files with 20 additions and 24 deletions

View File

@@ -145,12 +145,11 @@ const BestSeller = ({ order, scrollTopBody, panelInfo }) => {
)}
{drawChk && (
<div
className={css.addItem}
onClick={handleMoreCardClick}
onFocus={handleScrollRight}
>
<SpottableComponent className={css.displayBox}></SpottableComponent>
<div className={css.addItem} onFocus={handleScrollRight}>
<SpottableComponent
className={css.displayBox}
onClick={handleMoreCardClick}
></SpottableComponent>
</div>
)}
</TScroller>