fix: show replying user in zen mode editor (#1250)
This commit is contained in:
parent
7aa8aeba3f
commit
bb41c468bb
2 changed files with 8 additions and 2 deletions
|
@ -144,7 +144,7 @@ defineExpose({
|
|||
border="2 dashed transparent"
|
||||
:class="[isSending ? 'pointer-events-none' : '', isOverDropZone ? '!border-primary' : '']"
|
||||
>
|
||||
<ContentMentionGroup v-if="draft.mentions?.length && shouldExpanded">
|
||||
<ContentMentionGroup v-if="draft.mentions?.length && shouldExpanded" replying>
|
||||
<button v-for="m, i of draft.mentions" :key="m" text-primary hover:color-red @click="draft.mentions?.splice(i, 1)">
|
||||
{{ acctToShortHandle(m) }}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue