mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 17:30:20 +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}}
|
{{willDestroy this.unsubscribe}}
|
||||||
>
|
>
|
||||||
{{#if this.suggestion}}
|
{{#if this.suggestion}}
|
||||||
<div class="ai-post-helper__suggestion__text">
|
<div class="ai-post-helper__suggestion__text" dir="auto">
|
||||||
{{this.suggestion}}
|
{{this.suggestion}}
|
||||||
</div>
|
</div>
|
||||||
<di class="ai-post-helper__suggestion__buttons">
|
<di class="ai-post-helper__suggestion__buttons">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user