Skip to content

Commit d6131af

Browse files
committed
chore: fix input
1 parent 5af2f92 commit d6131af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputNumber.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import StepHandler from './StepHandler';
1515
import { getDecupleSteps } from './utils/numberUtil';
1616

1717
import { useEvent } from '@rc-component/util';
18-
import { triggerFocus, type InputFocusOptions } from '@rc-component/util/lib/DOM/focus';
18+
import { triggerFocus, type InputFocusOptions } from '@rc-component/util/lib/Dom/focus';
1919
import useFrame from './hooks/useFrame';
2020

2121
export type { ValueType };

0 commit comments

Comments
 (0)