diff options
Diffstat (limited to 'src/components/status_body/status_body.vue')
| -rw-r--r-- | src/components/status_body/status_body.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index 799e812d..45d899fb 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -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" |
