Automatically create variable for setAngle and setLength (#108)
This commit is contained in:
@ -103,6 +103,7 @@ export const SetAngleLength = ({
|
||||
await getModalInfo({
|
||||
value: forceVal,
|
||||
valueName: angleOrLength === 'setAngle' ? 'angle' : 'length',
|
||||
shouldCreateVariable: true,
|
||||
} as any)
|
||||
let finalValue = removeDoubleNegatives(valueNode, sign, variableName)
|
||||
if (
|
||||
|
Reference in New Issue
Block a user