app stuck on blur when engine errors (#682)

* temp fix for when engine returns error

* don't add extrued to show function
This commit is contained in:
Kurt Hutten
2023-09-21 14:32:47 +10:00
committed by GitHub
parent 04e1b92a5b
commit 27227092b1
3 changed files with 43 additions and 3 deletions

View File

@ -321,7 +321,7 @@ export function extrudeSketch(
[0, 'index'],
]
return {
modifiedAst: addToShow(_node, name),
modifiedAst: node,
pathToNode: [...pathToNode.slice(0, -1), [showCallIndex, 'index']],
pathToExtrudeArg,
}