next trestleState.constTp
This commit is contained in:
parent
0efc90f135
commit
4df39defc6
@ -21,6 +21,7 @@ const Trestle = forwardRef((props, ref) => {
|
||||
const [isAutoSelecting, setIsAutoSelecting] = useState(false) // 자동 선택 중인지 상태
|
||||
const [autoSelectTimeout, setAutoSelectTimeout] = useState(null) // 타임아웃 참조
|
||||
const autoSelectTimeoutRef = useRef(null)
|
||||
|
||||
// 공통 타임아웃 설정 (밀리초)
|
||||
const AUTO_SELECT_TIMEOUT = 700 // API 호출 완료 대기 시간
|
||||
const {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user