tiptap: update callout default emoji

This commit is contained in:
fantasticit 2022-04-25 14:38:52 +08:00
parent 902608d496
commit a9d67dbd9f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export const Callout = Node.create({
addAttributes() {
return {
emoji: {
default: '',
default: '🎯',
},
textColor: {
default: '#d83931',