Update src/lang/std/sketch.ts
Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
committed by
Adam Chalmers
parent
b54a17a4fa
commit
bdc9b7267b
@ -812,7 +812,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