File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
src/vs/platform/menubar/electron-main Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
disturl "https://atom.io/download/electron"
2
- target "7.2.2 "
2
+ target "7.2.4 "
3
3
runtime "electron"
Original file line number Diff line number Diff line change 60
60
"git" : {
61
61
"name" : " electron" ,
62
62
"repositoryUrl" : " https://github.com/electron/electron" ,
63
- "commitHash" : " 959e80cc53cbebf8eb1d62eb2d14fa8fd86b0394 "
63
+ "commitHash" : " 0552e0d5de46ffa3b481d741f1db5c779e201565 "
64
64
}
65
65
},
66
66
"isOnlyProductionDependency" : true ,
67
67
"license" : " MIT" ,
68
- "version" : " 7.2.2 "
68
+ "version" : " 7.2.4 "
69
69
},
70
70
{
71
71
"component" : {
Original file line number Diff line number Diff line change 101
101
"css-loader" : " ^3.2.0" ,
102
102
"debounce" : " ^1.0.0" ,
103
103
"deemon" : " ^1.4.0" ,
104
- "electron" : " 7.2.2 " ,
104
+ "electron" : " 7.2.4 " ,
105
105
"eslint" : " 6.8.0" ,
106
106
"eslint-plugin-jsdoc" : " ^19.1.0" ,
107
107
"event-stream" : " 3.3.4" ,
Original file line number Diff line number Diff line change @@ -702,7 +702,8 @@ export class Menubar {
702
702
}
703
703
704
704
// DevTools focused
705
- if ( activeWindow . webContents . isDevToolsFocused ( ) ) {
705
+ if ( activeWindow . webContents . isDevToolsFocused ( ) &&
706
+ activeWindow . webContents . devToolsWebContents ) {
706
707
return contextSpecificHandlers . inDevTools ( activeWindow . webContents . devToolsWebContents ) ;
707
708
}
708
709
Original file line number Diff line number Diff line change @@ -2715,10 +2715,10 @@ electron-to-chromium@^1.2.7:
2715
2715
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"
2716
2716
integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0=
2717
2717
2718
-
2719
- version "7.2.2 "
2720
- resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.2 .tgz#92b159fa6e6c31dfcfe0c2818c7baacb81fa1c5f "
2721
- integrity sha512-8ppCjch2LRbi5JJ9D+gn+Q9erShNLDcN5ODRAPr/MAHqhTTlGBqCcvNMlCzRCEVV75PouKxVm7NjSKXBYlD9QA ==
2718
+
2719
+ version "7.2.4 "
2720
+ resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.4 .tgz#9fc0446dae23ead897af8742470cb18da55c6ce9 "
2721
+ integrity sha512-Z+R692uTzXgP8AHrabE+kkrMlQJ6pnAYoINenwj9QSqaD2YbO8IuXU9DMCcUY0+VpA91ee09wFZJNUKYPMnCKg ==
2722
2722
dependencies :
2723
2723
" @electron/get" " ^1.0.1"
2724
2724
" @types/node" " ^12.0.12"
You can’t perform that action at this time.
0 commit comments