Skip to content

Commit

Permalink
fix: Adapt to new tiptap method name
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Feb 14, 2024
1 parent 5e1d733 commit ff59447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/Mention.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default TipTapMention.extend({
return [
'span',
mergeAttributes({ 'data-type': 'user', class: 'mention' }, this.options.HTMLAttributes, HTMLAttributes),
this.options.renderLabel({
this.options.renderText({
options: this.options,
node,
}),
Expand Down

0 comments on commit ff59447

Please sign in to comment.