We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddfb34f + e5def18 commit e588e11Copy full SHA for e588e11
src/browser/native_window_mac.mm
@@ -478,7 +478,7 @@ - (void)drawRect:(NSRect)dirtyRect {
478
479
void NativeWindowCocoa::Show() {
480
NSApplication *myApp = [NSApplication sharedApplication];
481
- [myApp activateIgnoringOtherApps:YES];
+ [myApp activateIgnoringOtherApps:NO];
482
content::RenderWidgetHostView* rwhv =
483
shell_->web_contents()->GetRenderWidgetHostView();
484
0 commit comments