Skip to content

Commit

Permalink
[fix] Slider: fix thumb cannot be dragged sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallStoneSK committed Aug 1, 2019
1 parent e66a7f7 commit 451e6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/Slider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ export class Slider extends React.PureComponent {
return (
<View style={[style, styles.container]} onLayout={this.onLayout}>
{this.renderTracks()}
{this.renderThumbs()}
{this.renderTips()}
{this.renderThumbs()}
</View>
);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/Slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rn-components-kit/slider",
"version": "1.0.4",
"version": "1.0.5",
"description": "Slider allows users to select a value from a fixed set of options.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 451e6a0

Please sign in to comment.