Implement translate duplication

This commit is contained in:
Nettika 2026-01-30 00:03:57 -08:00
parent af4e1aedff
commit 93c55899ec
No known key found for this signature in database
3 changed files with 53 additions and 2 deletions

View file

@ -145,8 +145,8 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
- [x] Left-click object: center/zoom camera on object
### Shift Modifier Behaviors
- [ ] Click with Shift: add to selection (already in Phase 4)
- [ ] Drag translate handle with Shift: duplicate selection along axis
- [x] Click with Shift: add to selection (already in Phase 4)
- [x] Drag translate handle with Shift: duplicate selection along axis
---