test equipping tools mid tool use removes have baked expression (#5403)
test equiping tools mid tool use removes have baked expression
This commit is contained in:
@ -1574,7 +1574,7 @@ export const ModelingMachineProvider = ({
|
||||
: updatedSketchNodePaths[0]
|
||||
}
|
||||
|
||||
if (doesNeedSplitting) {
|
||||
if (doesNeedSplitting || indexToDelete >= 0) {
|
||||
await kclManager.executeAstMock(moddedAst)
|
||||
await codeManager.updateEditorWithAstAndWriteToFile(moddedAst)
|
||||
}
|
||||
|
Reference in New Issue
Block a user