aboutsummaryrefslogtreecommitdiff
path: root/src/components/rich_content
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-08 12:58:28 +0300
committerHenry Jameson <me@hjkos.com>2021-06-08 12:58:28 +0300
commit9ea370033af450c0d5e4650a7c10f0e1ffec911c (patch)
treea23f0aa79bf50f4e6d7dca8aac2116caa221b97b /src/components/rich_content
parent3abd357694c29c84d213d7d2a7a954ab2a591da0 (diff)
configurable mentions placement
Diffstat (limited to 'src/components/rich_content')
-rw-r--r--src/components/rich_content/rich_content.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/rich_content/rich_content.jsx b/src/components/rich_content/rich_content.jsx
index 86a318bd..26a64f28 100644
--- a/src/components/rich_content/rich_content.jsx
+++ b/src/components/rich_content/rich_content.jsx
@@ -38,7 +38,6 @@ export default Vue.component('RichContent', {
url={attrs.href}
content={flattenDeep(children).join('')}
firstMention={!encounteredText}
- origattrs={attrs}
/>
}