Update src/lib/rectangleTool.ts
Co-authored-by: Frank Noirot <frank@zoo.dev>
This commit is contained in:
@ -127,7 +127,6 @@ export function updateCenterRectangleSketch(
|
||||
let startX = originX - Math.abs(deltaX)
|
||||
let startY = originY - Math.abs(deltaY)
|
||||
|
||||
// pipeExpression.body[1] is startProfileAt
|
||||
let callExpression = pipeExpression.body[0]
|
||||
if (isCallExpression(callExpression)) {
|
||||
const arrayExpression = callExpression.arguments[0]
|
||||
|
||||
Reference in New Issue
Block a user