1
0
Fork 0

movable pattern for print layout

This commit is contained in:
Enoch Riese 2023-06-04 23:28:43 -05:00
parent 0e329e195d
commit b879e23018
10 changed files with 591 additions and 79 deletions

View file

@ -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>