mirror of https://github.com/nocodb/nocodb
DarkPhoenix2704
3 weeks ago
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
import * as TipTapMention from '@tiptap/extension-mention' |
||||||
|
|
||||||
|
export const Mention = TipTapMention.Mention.extend({ |
||||||
|
renderHTML({ HTMLAttributes: _ }) { |
||||||
|
return ['span'] |
||||||
|
}, |
||||||
|
renderText({ node: _ }) { |
||||||
|
return '' |
||||||
|
}, |
||||||
|
}) |
Loading…
Reference in new issue