Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3592 from sha-265/patch-1
Browse files Browse the repository at this point in the history
Support RTL language in message composer
  • Loading branch information
turt2live authored Nov 5, 2019
2 parents b81c084 + bc924bb commit 0926ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/rooms/BasicMessageComposer.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ export default class BasicMessageEditor extends React.Component {
aria-haspopup="listbox"
aria-expanded={Boolean(this.state.autoComplete)}
aria-activedescendant={completionIndex >= 0 ? generateCompletionDomId(completionIndex) : undefined}
dir="auto"
/>
</div>);
}
Expand Down

0 comments on commit 0926ff7

Please sign in to comment.