Merge pull request #1613 from makeplane/sync/ce-ee

Sync: Community Changes
This commit is contained in:
pushya22
2024-10-28 17:27:46 +05:30
committed by GitHub

View File

@@ -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];
},
});