We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddd948 commit fc1902bCopy full SHA for fc1902b
packages/fast-components-react-msft/app/app.tsx
@@ -190,7 +190,7 @@ export default class App extends React.Component<{}, AppState> {
190
191
private handleUpdateDirection = (direction: Direction): void => {
192
const newDir: Direction =
193
- direction === Direction.ltr ? Direction.rtl : Direction.ltr;
+ direction === Direction.ltr ? Direction.ltr : Direction.rtl;
194
195
if (this.state.designSystem.direction === newDir) {
196
return;
0 commit comments