mirror of
https://github.com/makeplane/plane.git
synced 2026-05-12 20:08:41 -05:00
fix: callout content not being saved in description html (#5920)
This commit is contained in:
committed by
GitHub
parent
6113aefde0
commit
f986bd83fd
@@ -63,6 +63,6 @@ export const CustomCalloutExtensionConfig = Node.create({
|
||||
|
||||
// Render HTML for the callout node
|
||||
renderHTML({ HTMLAttributes }) {
|
||||
return ["callout-component", mergeAttributes(HTMLAttributes)];
|
||||
return ["callout-component", mergeAttributes(HTMLAttributes), 0];
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user