mirror of
https://github.com/wassname/slider.git
synced 2026-09-09 11:35:22 +08:00
committed by
Benjy Cui
parent
f55b2ec283
commit
1a8331bcf1
+1
-1
@@ -468,11 +468,11 @@ class Slider extends React.Component {
|
||||
onTouchStart={disabled ? noop : this.onTouchStart.bind(this)}
|
||||
onMouseDown={disabled ? noop : this.onMouseDown.bind(this)}
|
||||
>
|
||||
{handles}
|
||||
{tracks}
|
||||
<Steps prefixCls={prefixCls} vertical = {vertical} marks={marks} dots={dots} step={step}
|
||||
included={isIncluded} lowerBound={bounds[0]}
|
||||
upperBound={bounds[bounds.length - 1]} max={max} min={min} />
|
||||
{handles}
|
||||
<Marks className={prefixCls + '-mark'} vertical = {vertical} marks={marks}
|
||||
included={isIncluded} lowerBound={bounds[0]}
|
||||
upperBound={bounds[bounds.length - 1]} max={max} min={min} />
|
||||
|
||||
Reference in New Issue
Block a user