mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
Merge pull request #1613 from makeplane/sync/ce-ee
Sync: Community Changes
This commit is contained in:
@@ -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