From d9036107095d80ff042b13f563c9e020e8ed10d2 Mon Sep 17 00:00:00 2001 From: optrader Date: Thu, 11 Dec 2025 16:47:19 +0900 Subject: [PATCH] =?UTF-8?q?[251211]=20fix:=20IntroPanel.new.jsx=20?= =?UTF-8?q?=ED=8F=AC=EC=BB=A4=EC=8A=A4=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 12. 11. 16:47:19 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +3쀄 β€’ μ‚­μ œ: -3쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.jsx πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- .../src/views/IntroPanel/IntroPanel.new.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.jsx b/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.jsx index 04815dad..1d68f94b 100644 --- a/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.jsx +++ b/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.jsx @@ -847,7 +847,7 @@ function IntroPanelWithOptional({ const onSelectAllSpotlightUp = () => { const focusTimer = setTimeout(() => { Spotlight.focus("optionalCheckbox"); - }, 100); + }, 10); return () => { clearTimeout(focusTimer); }; @@ -861,7 +861,7 @@ function IntroPanelWithOptional({ } else { Spotlight.focus("selectAllCheckbox"); } - }, 100); + }, 10); return () => { clearTimeout(focusTimer); }; @@ -905,7 +905,7 @@ function IntroPanelWithOptional({ handleCancel={onCancel} spotlightId={spotlightId} > - + {/* 첫 번째 μ˜μ—­: 헀더 μ„Ήμ…˜ */}