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:
@ -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: {
|
||||
|
Reference in New Issue
Block a user