Add 'remove constraining values' UI (#80)
This commit is contained in:
@ -1666,7 +1666,10 @@ function getFirstArgValuesForXYLineFns(callExpression: CallExpression): {
|
||||
if (length) {
|
||||
return { val: length, tag }
|
||||
}
|
||||
throw new Error('expected ArrayExpression or ObjectExpression')
|
||||
console.warn('expected ArrayExpression or ObjectExpression')
|
||||
return {
|
||||
val: createLiteral(1),
|
||||
}
|
||||
}
|
||||
|
||||
const getAngledLineThatIntersects = (
|
||||
|
Reference in New Issue
Block a user