зеркало из https://github.com/electron/electron.git
fix: incorrectly mapped toggleDevTools in custom menu fiddle (#40703)
This commit is contained in:
Родитель
66b2f697ea
Коммит
80d85c0e8e
|
@ -102,7 +102,7 @@ const template = [
|
|||
})(),
|
||||
click: (item, focusedWindow) => {
|
||||
if (focusedWindow) {
|
||||
focusedWindow.toggleDevTools()
|
||||
focusedWindow.webContents.toggleDevTools()
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче