mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
Fix devtools opening when menuItem clicked (#2457)
This commit is contained in:
parent
8ce71b9d88
commit
319ff3bcd7
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ module.exports = (commandKeys, execCommand) => {
|
||||||
label: 'Developer Tools',
|
label: 'Developer Tools',
|
||||||
accelerator: commandKeys['window:devtools'],
|
accelerator: commandKeys['window:devtools'],
|
||||||
click: (item, focusedWindow) => {
|
click: (item, focusedWindow) => {
|
||||||
execCommand('window:reloadFull', focusedWindow);
|
execCommand('window:devtools', focusedWindow);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue