mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 09:20:14 +00:00
UX: Automatically detect text direction for AI generated text (#361)
This commit is contained in:
parent
408d9f68eb
commit
831559662e
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user