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} > - + {/* 첫 번째 영역: 헤더 섹션 */}