diff --git a/shared/editor/nodes/Attachment.tsx b/shared/editor/nodes/Attachment.tsx index a6df3a5e5..1c526e65c 100644 --- a/shared/editor/nodes/Attachment.tsx +++ b/shared/editor/nodes/Attachment.tsx @@ -32,7 +32,9 @@ export default class Attachment extends Node { default: null, }, title: {}, - size: {}, + size: { + default: 0, + }, }, group: "block", defining: true,