change how "first" line is determined. Allow one mention in the
beginning for hellthread style
This commit is contained in:
parent
ffc501eb23
commit
c1bd36dc6f
2 changed files with 4 additions and 3 deletions
|
@ -54,7 +54,7 @@
|
|||
@parseReady="setHeadTailLinks"
|
||||
/>
|
||||
<MentionsLine
|
||||
v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length === 0"
|
||||
v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length <= 1"
|
||||
:mentions="lastMentions"
|
||||
/>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue