#4852 Delete line segments in sketch mode using keyboard (#6407)

* wip hack to delete line segments

* unrelated: clean up console

* better check if current selection is segment before deletion

* lint
This commit is contained in:
Andrew Varga
2025-04-28 16:27:11 +02:00
committed by GitHub
parent efba773635
commit a58a3361b6
2 changed files with 20 additions and 3 deletions

View File

@ -806,8 +806,6 @@ export const modelingMachine = setup({
}),
'set selection filter to curves only': () => {
;(async () => {
// This definitely runs but doesn't seem to have an effect
console.log('>> set selection to curve only')
await engineCommandManager.sendSceneCommand({
type: 'modeling_cmd_req',
cmd_id: uuidv4(),