feat: replace context menu items splicing with implementation of context menu item sections
This commit is contained in:
parent
c9bbd10af1
commit
0f02142eb1
9 changed files with 85 additions and 50 deletions
|
@ -6,7 +6,7 @@ export default (contextMenu: Ref<ContextMenuInterface>) => {
|
|||
show: false,
|
||||
pointerX: 0,
|
||||
pointerY: 0,
|
||||
items: []
|
||||
sections: []
|
||||
}
|
||||
console.log("hidden context menu");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue