Skip to content

Commit

Permalink
fix(Slider): TextInput should no longer trigger onRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-regnard authored Oct 6, 2022
1 parent 2cb3054 commit 1c8b8b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ export default class Slider extends PureComponent {
this.setState({
value,
left,
needsOnRelease: true,
});
}
};
Expand Down

0 comments on commit 1c8b8b1

Please sign in to comment.