mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-05 14:30:32 -05:00
3095d733e9
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: David Munechika <davidam1203@gmail.com>
23 lines
609 B
Diff
23 lines
609 B
Diff
diff --git a/node_modules/electron-context-menu/index.d.ts b/node_modules/electron-context-menu/index.d.ts
|
|
index 95ade1c..03293e3 100644
|
|
--- a/node_modules/electron-context-menu/index.d.ts
|
|
+++ b/node_modules/electron-context-menu/index.d.ts
|
|
@@ -1,13 +1,15 @@
|
|
import {
|
|
BrowserWindow,
|
|
BrowserView,
|
|
- WebviewTag,
|
|
ContextMenuParams,
|
|
MenuItemConstructorOptions,
|
|
Event as ElectronEvent,
|
|
- WebContents
|
|
+ WebContents,
|
|
} from 'electron';
|
|
|
|
+// TODO: remove this patch once electron-context-menu is fixed
|
|
+type WebviewTag = Electron.WebviewTag
|
|
+
|
|
declare namespace contextMenu {
|
|
interface Labels {
|
|
/**
|