fix: callout content not being saved in description html (#5920)
This commit is contained in:
parent
6113aefde0
commit
f986bd83fd
1 changed files with 1 additions and 1 deletions
|
|
@ -63,6 +63,6 @@ export const CustomCalloutExtensionConfig = Node.create({
|
||||||
|
|
||||||
// Render HTML for the callout node
|
// Render HTML for the callout node
|
||||||
renderHTML({ HTMLAttributes }) {
|
renderHTML({ HTMLAttributes }) {
|
||||||
return ["callout-component", mergeAttributes(HTMLAttributes)];
|
return ["callout-component", mergeAttributes(HTMLAttributes), 0];
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue