chore: add proper import
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
This commit is contained in:
parent
11a173350c
commit
b23407cb3f
@ -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',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user