We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad30a9b commit e5def18Copy full SHA for e5def18
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