oops, one more partName needed changing
This commit is contained in:
parent
959345ead0
commit
9e65a7fa31
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ const Part = props => {
|
|||
transform-origin={`${center.x} ${center.y}`}
|
||||
>
|
||||
{PartInner(props)}
|
||||
{props.name !== 'pages' && <>
|
||||
{partName !== 'pages' && <>
|
||||
<text x={center.x} y={center.y} ref={centerRef} />
|
||||
<rect
|
||||
x={part.topLeft.x}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue