UX: Automatically detect text direction for AI generated text (#361)

This commit is contained in:
Osama Sayegh 2023-12-15 19:51:47 +03:00 committed by GitHub
parent 408d9f68eb
commit 831559662e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ export default class AIHelperOptionsMenu extends Component {
{{willDestroy this.unsubscribe}}
>
{{#if this.suggestion}}
<div class="ai-post-helper__suggestion__text">
<div class="ai-post-helper__suggestion__text" dir="auto">
{{this.suggestion}}
</div>
<di class="ai-post-helper__suggestion__buttons">