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() { addAttributes() {
return { return {
emoji: { emoji: {
default: '', default: '🎯',
}, },
textColor: { textColor: {
default: '#d83931', default: '#d83931',