[fix] adds white space after mention in comment editor

This commit is contained in:
Markus 2023-05-19 15:15:41 +02:00
parent cf4c9432f7
commit dfd84f921c

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: [