forked from AkkomaGang/akkoma-fe
parent
aecc59cdc8
commit
f065fe98b2
1 changed files with 0 additions and 6 deletions
|
@ -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 <a {...{ attrs }}>
|
||||
{ children }
|
||||
</a>
|
||||
}
|
||||
break
|
||||
}
|
||||
case 'span':
|
||||
|
|
Loading…
Reference in a new issue