Implement the context menu
This commit is contained in:
parent
aafcade099
commit
8ca88e2542
4 changed files with 231 additions and 8 deletions
12
TODO.md
12
TODO.md
|
|
@ -100,12 +100,12 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
|
|||
- [x] Distinguish single vs multi-selection visually
|
||||
|
||||
### Context Menu
|
||||
- [ ] Create right-click context menu component
|
||||
- [ ] Show context menu on object right-click
|
||||
- [ ] Add "Delete" option to context menu
|
||||
- [ ] Add "Duplicate" option to context menu
|
||||
- [ ] Add "Group" option to context menu
|
||||
- [ ] Close menu on click outside
|
||||
- [x] Create right-click context menu component
|
||||
- [x] Show context menu on object right-click
|
||||
- [x] Add "Delete" option to context menu
|
||||
- [x] Add "Duplicate" option to context menu
|
||||
- [x] Add "Group" option to context menu
|
||||
- [x] Close menu on click outside
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue