[TV앱테스트]Home / Popular show, Best Seller / + 아이콘 눌러도 아무 반응 없음
[CLM] https://harmony.lge.com:8443/issue/browse/SHOPTIME-2307 [DESC] - 더보기 관련 작업중에 링크부분이 잘못들어가있었던 부분 수정.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user