Skip to content

Commit bb11613

Browse files
committed
undoing #1781 change. It is breaking rtl
1 parent 8860dc4 commit bb11613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inner-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ export class InnerSlider extends React.Component {
705705

706706
let innerSliderProps = {
707707
className: className,
708-
dir: this.props.rtl ? "rtl" : "ltr",
708+
dir: "ltr",
709709
style: this.props.style
710710
};
711711

0 commit comments

Comments
 (0)