diff --git a/frontend/app/store/contextmenu.ts b/frontend/app/store/contextmenu.ts index 1adf04d29..5cd90793b 100644 --- a/frontend/app/store/contextmenu.ts +++ b/frontend/app/store/contextmenu.ts @@ -11,7 +11,7 @@ class ContextMenuModelType { getApi().onContextMenuClick(this.handleContextMenuClick.bind(this)); } - handleContextMenuClick(e: any, id: string): void { + handleContextMenuClick(id: string): void { let handler = this.handlers.get(id); if (handler) { handler();