ui tweaks from contributor call feedback
This commit is contained in:
parent
9863ac21d8
commit
989c6e02cb
17 changed files with 155 additions and 102 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue