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

Commit

Permalink
Support RTL language in message composer
Browse files Browse the repository at this point in the history
  • Loading branch information
sha-265 authored Nov 4, 2019
1 parent b81c084 commit bc924bb
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 bc924bb

Please sign in to comment.