mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge pull request #3592 from sha-265/patch-1
Support RTL language in message composer
This commit is contained in:
commit
0926ff774a
1 changed files with 1 additions and 0 deletions
|
@ -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>);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue