refactor
This commit is contained in:
parent
9869f01e7c
commit
a8fad1b61c
8 changed files with 24 additions and 24 deletions
|
|
@ -147,9 +147,9 @@ export default defineComponent({
|
|||
}
|
||||
},
|
||||
|
||||
onContextmenu(e) {
|
||||
onContextmenu(ev: MouseEvent) {
|
||||
if (this.contextmenu) {
|
||||
os.contextMenu(this.contextmenu, e);
|
||||
os.contextMenu(this.contextmenu, ev);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue