refactor: fix auto import confliction
This commit is contained in:
parent
00379e23aa
commit
8bb6ee7639
6 changed files with 18 additions and 18 deletions
|
@ -35,7 +35,7 @@ const createEmojiRule = <NR extends typeof nodeInputRule | typeof nodePasteRule>
|
|||
]
|
||||
}
|
||||
|
||||
export const Emoji = Node.create({
|
||||
export const TiptapPluginEmoji = Node.create({
|
||||
name: 'em-emoji',
|
||||
|
||||
inline: () => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue