lint & cleanup
This commit is contained in:
parent
5834790d0b
commit
9421501c1e
3 changed files with 9 additions and 15 deletions
|
@ -320,7 +320,3 @@ export const preProcessPerLine = (html, greentext) => {
|
|||
|
||||
return { newHtml, lastMentions }
|
||||
}
|
||||
|
||||
export const getHeadTailLinks = (html) => {
|
||||
// Exported object properties
|
||||
}
|
||||
|
|
|
@ -222,12 +222,12 @@
|
|||
</span>
|
||||
</div>
|
||||
<div
|
||||
class="heading-reply-row"
|
||||
v-if="isReply || hasMentionsLine"
|
||||
class="heading-reply-row"
|
||||
>
|
||||
<span
|
||||
class="glued-label"
|
||||
v-if="isReply"
|
||||
class="glued-label"
|
||||
>
|
||||
<StatusPopover
|
||||
v-if="!isPreview"
|
||||
|
@ -301,6 +301,7 @@
|
|||
</div>
|
||||
|
||||
<StatusContent
|
||||
ref="content"
|
||||
:status="status"
|
||||
:no-heading="noHeading"
|
||||
:highlight="highlight"
|
||||
|
@ -309,7 +310,6 @@
|
|||
@mediaplay="addMediaPlaying($event)"
|
||||
@mediapause="removeMediaPlaying($event)"
|
||||
@parseReady="setHeadTailLinks"
|
||||
ref="content"
|
||||
/>
|
||||
|
||||
<div
|
||||
|
|
|
@ -52,9 +52,7 @@
|
|||
:hide-mentions="hideMentions"
|
||||
:greentext="mergedConfig.greentext"
|
||||
@parseReady="setHeadTailLinks"
|
||||
ref="text"
|
||||
>
|
||||
</RichContent>
|
||||
/>
|
||||
<MentionsLine
|
||||
v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length === 0"
|
||||
:mentions="lastMentions"
|
||||
|
|
Loading…
Reference in a new issue