fix bug and remove flash in sketch mode (#6346)

* fix bug and remove flash

* add test

* fix tests

* fix tests
This commit is contained in:
Kurt Hutten
2025-04-17 10:10:27 +10:00
committed by GitHub
parent d9fe78171f
commit ac75181f7f
6 changed files with 171 additions and 76 deletions

View File

@ -3792,11 +3792,7 @@ export const modelingMachine = setup({
},
initial: 'splitting sketch pipe',
entry: [
'assign tool in context',
'reset selections',
'tear down client sketch',
],
entry: ['assign tool in context', 'reset selections'],
},
'Circle three point tool': {
states: {