mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-02 02:49:16 +00:00
fixes
This commit is contained in:
@@ -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: {},
|
||||
}),
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user