[저스트포유 포커스]

- 기본 포커스 첫번쨰 상품으로
 - 디테일갔다가 다시 리스트로 갔을때 상품이 변경됨에 따라 첫번쨰 상품으로 포커스가도록 유지.
This commit is contained in:
junghoon86.park
2025-11-21 13:25:20 +09:00
parent 24c11dfe7f
commit e6eccebb77

View File

@@ -140,7 +140,7 @@ const JustForYouTestPanel = ({ panelInfo, ...rest }) => {
useEffect(()=>{ useEffect(()=>{
const timeOut = setTimeout(()=>{ const timeOut = setTimeout(()=>{
Spotlight.focus("justforyouspotlight") Spotlight.focus("justForYouList_1")
},100) },100)
return(()=>{ return(()=>{
clearTimeout(timeOut); clearTimeout(timeOut);