mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 01:08:27 +00:00
Fix context menu click
This commit is contained in:
parent
3e3eaab8ea
commit
876c360922
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue