Moved greentext to RichContent, improved how first mentions are
restored, now shows mentions not uh, mention in post body
This commit is contained in:
parent
566964992a
commit
aec867b300
8 changed files with 166 additions and 78 deletions
|
@ -294,7 +294,7 @@
|
|||
</div>
|
||||
|
||||
<div
|
||||
v-if="hasMentions && mentionsOwnLine"
|
||||
v-if="hasMentionsLine"
|
||||
class="heading-mentions-row"
|
||||
>
|
||||
<div
|
||||
|
@ -316,7 +316,7 @@
|
|||
</span>
|
||||
</span>
|
||||
<MentionsLine
|
||||
:attentions="mentions"
|
||||
:mentions="mentionsLine"
|
||||
class="mentions-line"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue