Update src/lang/std/sketch.ts
Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
@ -811,7 +811,7 @@ export const tangentialArcTo: SketchLineHelper = {
|
||||
}
|
||||
const newLine = createCallExpression('tangentialArcTo', [
|
||||
createArrayExpression([toX, toY]),
|
||||
false,
|
||||
createLiteral(false),
|
||||
createPipeSubstitution(),
|
||||
])
|
||||
if (pipe.type === 'PipeExpression') {
|
||||
|
||||
Reference in New Issue
Block a user