1
0
Fork 0

ui tweaks from contributor call feedback

This commit is contained in:
Enoch Riese 2023-06-24 15:00:46 -05:00
parent 9863ac21d8
commit 989c6e02cb
17 changed files with 155 additions and 102 deletions

View file

@ -50,7 +50,7 @@ export const PanZoomPattern = forwardRef((props, ref) => {
>
<TransformComponent>
<div style={{ width: size.width + 'px' }} className="max-h-screen">
<Pattern {...{ t, components, renderProps }} ref={ref} />
{props.children || <Pattern {...{ t, components, renderProps }} ref={ref} />}
</div>
</TransformComponent>
</TransformWrapper>