Open mentioning link in new tab

This will help some people not to loose data after accidently clicking
on the user @-mentioning.
This commit is contained in:
Robert Schäfer 2019-04-16 18:19:29 +02:00
parent 65f96c2b28
commit e247d25aee

View File

@ -15,7 +15,8 @@ export default class Mention extends TipTapMention {
'a',
{
class: this.options.mentionClass,
href: node.attrs.url
href: node.attrs.url,
target: '_blank'
},
`${this.options.matcher.char}${node.attrs.label}`
]