movable pattern for print layout
This commit is contained in:
parent
0e329e195d
commit
b879e23018
10 changed files with 591 additions and 79 deletions
|
@ -58,7 +58,7 @@ export const PanZoomPattern = forwardRef((props, ref) => {
|
|||
>
|
||||
<TransformComponent>
|
||||
<div style={{ width: size.width + 'px' }} className="max-h-screen">
|
||||
<Pattern {...{ t, ref, components, renderProps }} />
|
||||
<Pattern {...{ t, components, renderProps }} ref={ref} />
|
||||
</div>
|
||||
</TransformComponent>
|
||||
</TransformWrapper>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue