Skip to content

Commit 769eba0

Browse files
authored
add missing event when tapping on track (#1365)
1 parent 2696d03 commit 769eba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/slider/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export default class Slider extends PureBaseComponent {
405405
if (this.props.disabled) {
406406
return;
407407
}
408-
408+
this.onSeekStart();
409409
this.updateTrackStepAndStyle({nativeEvent});
410410
this.onSeekEnd();
411411
};

0 commit comments

Comments
 (0)