focus error

This commit is contained in:
yonghyon
2024-05-07 19:06:27 +09:00
parent f194b55a30
commit b31b4f8491
6 changed files with 45 additions and 59 deletions

View File

@@ -152,6 +152,7 @@ const BestSeller = ({ order, scrollTopBody, panelInfo }) => {
onBlur={() => handleBlur(itemIndex)}
onClick={() => handleCardClick(patnrId, prdtId)}
offerInfo={offerInfo}
spotlightId={'bestsellerItem'+itemIndex}
/>
)
)}