diff --git a/src/components/rich_content/rich_content.jsx b/src/components/rich_content/rich_content.jsx index 6a236093..c0d20c5e 100644 --- a/src/components/rich_content/rich_content.jsx +++ b/src/components/rich_content/rich_content.jsx @@ -171,12 +171,6 @@ export default Vue.component('RichContent', { return renderMention(attrs, children) } else { currentMentions = null - if (attrs['href']) { - attrs['href'] = attrs['href'].replace(/&/g, '&') - return - { children } - - } break } case 'span':