[251211] fix: IntroPanel.new.jsx 포커스 조정

🕐 커밋 시간: 2025. 12. 11. 16:47:19

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +3줄
  • 삭제: -3줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.jsx

🔧 주요 변경 내용:
  • 코드 정리 및 최적화
This commit is contained in:
2025-12-11 16:47:19 +09:00
parent bc6119f902
commit d903610709

View File

@@ -847,7 +847,7 @@ function IntroPanelWithOptional({
const onSelectAllSpotlightUp = () => { const onSelectAllSpotlightUp = () => {
const focusTimer = setTimeout(() => { const focusTimer = setTimeout(() => {
Spotlight.focus("optionalCheckbox"); Spotlight.focus("optionalCheckbox");
}, 100); }, 10);
return () => { return () => {
clearTimeout(focusTimer); clearTimeout(focusTimer);
}; };
@@ -861,7 +861,7 @@ function IntroPanelWithOptional({
} else { } else {
Spotlight.focus("selectAllCheckbox"); Spotlight.focus("selectAllCheckbox");
} }
}, 100); }, 10);
return () => { return () => {
clearTimeout(focusTimer); clearTimeout(focusTimer);
}; };
@@ -905,7 +905,7 @@ function IntroPanelWithOptional({
handleCancel={onCancel} handleCancel={onCancel}
spotlightId={spotlightId} spotlightId={spotlightId}
> >
<Container {...rest} className={css.introLayout}> <Container className={css.introLayout} defaultElement="selectAllCheckbox" {...rest}>
{/* 첫 번째 영역: 헤더 섹션 */} {/* 첫 번째 영역: 헤더 섹션 */}
<div className={css.headerSection}> <div className={css.headerSection}>
<div className={css.titleContainer}> <div className={css.titleContainer}>