This commit is contained in:
2026-04-05 15:10:29 +03:00
parent 7684a2a871
commit c346c604fe
37 changed files with 2460 additions and 625 deletions

View File

@@ -205,6 +205,9 @@ const tools: ToolItem[] = [
create: (): PageBreakElement => ({
id: nextId('pb'),
type: 'page_break',
position: { type: 'flow' },
size: { width: sz.fr(1), height: sz.auto() },
style: {},
}),
},
]