Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder committed Mar 21, 2024
1 parent 189b343 commit 0c99c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class BrowserContextMenuRenderer extends ContextMenuRenderer {
contextMenu.aboutToClose.connect(() => onHide!());
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(contextMenu as any).open(x, y, undefined, context);
contextMenu.open(x, y, undefined, context);
return new BrowserContextMenuAccess(contextMenu);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}

0 comments on commit 0c99c47

Please sign in to comment.