Skip to content

Commit

Permalink
removed suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
vivinkrishna-ni committed Feb 13, 2024
1 parent fcf27a4 commit 3bb3021
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,7 @@ function createCustomMentionExtension(
return [
config.viewElement,
mergeAttributes(this.options.HTMLAttributes, HTMLAttributes),
(
this.options.renderText as (props: {
options: MentionOptions,
node: FragmentNode
}) => string
)({
this.options.renderText({
options: this.options,
node
})
Expand Down

0 comments on commit 3bb3021

Please sign in to comment.