chore: add proper import
Some checks reported errors
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Yannick 2024-08-16 23:12:04 +02:00
parent 11a173350c
commit b23407cb3f

View File

@ -178,6 +178,7 @@ import {Node} from '@tiptap/pm/model'
import Commands from './commands'
import suggestionSetup from './suggestion'
import mentionSuggestionSetup from './mention'
import {lowlight} from 'lowlight'
@ -395,7 +396,7 @@ const extensions : Extensions = [
protocols: additionalLinkProtocols,
}),
Mention.configure({
suggestion: mentionSuggestionSetup(),
suggestion: mentionSuggestionSetup(t),
HTMLAttributes: {
class: 'mention',
},