From e6eccebb77354ac89d38b663233ac773aad644fc Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Fri, 21 Nov 2025 13:25:20 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=A0=80=EC=8A=A4=ED=8A=B8=ED=8F=AC=EC=9C=A0?= =?UTF-8?q?=20=ED=8F=AC=EC=BB=A4=EC=8A=A4]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기본 포커스 첫번쨰 상품으로 - 디테일갔다가 다시 리스트로 갔을때 상품이 변경됨에 따라 첫번쨰 상품으로 포커스가도록 유지. --- .../src/views/JustForYouTestPanel/JustForYouTestPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx b/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx index 7eeaf291..7c2a8b3f 100644 --- a/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx +++ b/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx @@ -140,7 +140,7 @@ const JustForYouTestPanel = ({ panelInfo, ...rest }) => { useEffect(()=>{ const timeOut = setTimeout(()=>{ - Spotlight.focus("justforyouspotlight") + Spotlight.focus("justForYouList_1") },100) return(()=>{ clearTimeout(timeOut);