mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Fix context menu click
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user