This commit is contained in:
Lilia 2025-04-07 11:00:25 +00:00 committed by GitHub
commit d4a25a6f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,9 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<EmMfm :text="user.name ?? user.username" :author="user" :plain="true" :nowrap="nowrap" :emojiUrls="user.emojis"/>
<span style="unicode-bidi: plaintext; display: inline-block;">
<EmMfm :text="user.name ?? user.username" :author="user" :plain="true" :nowrap="nowrap" :emojiUrls="user.emojis"/>
</span>
</template>
<script lang="ts" setup>

View File

@ -4,7 +4,9 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<Mfm :text="user.name ?? user.username" :author="user" :plain="true" :nowrap="nowrap" :emojiUrls="user.emojis"/>
<span style="unicode-bidi: plaintext; display: inline-block;">
<Mfm :text="user.name ?? user.username" :author="user" :plain="true" :nowrap="nowrap" :emojiUrls="user.emojis"/>
</span>
</template>
<script lang="ts" setup>