Merge branch 'master' into newsfeed-layout-fixes

This commit is contained in:
Markus 2023-05-24 10:17:00 +02:00
commit 87b41769f1

View File

@ -17,7 +17,7 @@ export default class Mention extends TipTapMention {
'data-mention-id': node.attrs.id,
target: '_blank',
},
`${this.options.matcher.char}${node.attrs.label}`,
`${this.options.matcher.char}${node.attrs.label} `,
]
},
parseDOM: [