[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:
@@ -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}
|
||||
>
|
||||
<Container {...rest} className={css.introLayout}>
|
||||
<Container className={css.introLayout} defaultElement="selectAllCheckbox" {...rest}>
|
||||
{/* 첫 번째 영역: 헤더 섹션 */}
|
||||
<div className={css.headerSection}>
|
||||
<div className={css.titleContainer}>
|
||||
|
||||
Reference in New Issue
Block a user