Merge pull request #3592 from sha-265/patch-1

Support RTL language in message composer
This commit is contained in:
Travis Ralston 2019-11-05 09:09:31 -07:00 committed by GitHub
commit 0926ff774a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>);
}