Skip to content

Commit

Permalink
fix: emoji is a node extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Dec 13, 2023
1 parent cd57792 commit 41bbc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/emoji.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const extension: ExtensionMeta = {
name: "emoji",
title: "Emoji",
package: "@tiptap-pro/extension-emoji",
group: "mark",
group: "node",
defaults: {
enableEmoticons: false,
},
Expand Down

0 comments on commit 41bbc45

Please sign in to comment.