mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #6308 from Ocelot-Social-Community/6142-comment-mention-missing-white-space
fix(webapp): adds white space after user handle in comment editor
This commit is contained in:
commit
7b6fed6d64
@ -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: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user