[저스트포유 포커스]
- 기본 포커스 첫번쨰 상품으로 - 디테일갔다가 다시 리스트로 갔을때 상품이 변경됨에 따라 첫번쨰 상품으로 포커스가도록 유지.
This commit is contained in:
@@ -140,7 +140,7 @@ const JustForYouTestPanel = ({ panelInfo, ...rest }) => {
|
||||
|
||||
useEffect(()=>{
|
||||
const timeOut = setTimeout(()=>{
|
||||
Spotlight.focus("justforyouspotlight")
|
||||
Spotlight.focus("justForYouList_1")
|
||||
},100)
|
||||
return(()=>{
|
||||
clearTimeout(timeOut);
|
||||
|
||||
Reference in New Issue
Block a user