fix: Needed to support the bad request flow, the toast will hang forever, the return control flows don't dismiss a forever toast

This commit is contained in:
Kevin Nadro
2025-05-02 10:26:08 -05:00
parent 60190f7df7
commit 5787ba36a9
616 changed files with 39602 additions and 25610 deletions

View File

@ -2423,7 +2423,9 @@ export const modelingMachine = setup({
'VariableDeclarator'
)
if (err(extrudeNode)) {
return new Error("Couldn't find extrude node", { cause: extrudeNode })
return new Error("Couldn't find extrude node", {
cause: extrudeNode,
})
}
// Perform the shell op
@ -3314,10 +3316,7 @@ export const modelingMachine = setup({
'Artifact graph emptied': 'hidePlanes',
},
entry: [
'show default planes',
'reset camera position',
],
entry: ['show default planes'],
description: `We want to disable selections and hover highlights here, because users can't do anything with that information until they actually add something to the scene. The planes are just for orientation here.`,
exit: 'set selection filter to defaults',
},