mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
[fix] adds white space after mention in comment editor
This commit is contained in:
parent
cf4c9432f7
commit
dfd84f921c
@ -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