File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,6 @@ export type NutCSSVariables =
154154 | 'nutuiDividerSpacing'
155155 | 'nutuiDividerSideWidth'
156156 | 'nutuiDividerVerticalHeight'
157- | 'nutuiDividerVerticalTop'
158157 | 'nutuiDividerVerticalMargin'
159158 | 'nutuiIconHeight'
160159 | 'nutuiIconWidth'
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const Range: FunctionComponent<
7474
7575 const classPrefix = 'nut-range'
7676 const [ buttonIndex , setButtonIndex ] = useState ( 0 )
77- const [ dragStatus , setDragStatus ] = useState ( 'start' || 'draging' || '' )
77+ const [ dragStatus , setDragStatus ] = useState ( 'start' )
7878 const touch = useTouch ( )
7979 const root = useRef < HTMLDivElement > ( null )
8080 const [ marksList , setMarksList ] = useState < number [ ] > ( [ ] )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const Range: FunctionComponent<
7474
7575 const classPrefix = 'nut-range'
7676 const [ buttonIndex , setButtonIndex ] = useState ( 0 )
77- const [ dragStatus , setDragStatus ] = useState ( 'start' || 'draging' || '' )
77+ const [ dragStatus , setDragStatus ] = useState ( 'start' )
7878 const touch = useTouch ( )
7979 const root = useRef < HTMLDivElement > ( null )
8080 const [ marksList , setMarksList ] = useState < number [ ] > ( [ ] )
You can’t perform that action at this time.
0 commit comments