diff --git a/UI/AppKit/Interface/TabController.mm b/UI/AppKit/Interface/TabController.mm index 0ac77cb1bed..8bac24f81f2 100644 --- a/UI/AppKit/Interface/TabController.mm +++ b/UI/AppKit/Interface/TabController.mm @@ -169,6 +169,7 @@ static NSString* const TOOLBAR_TAB_OVERVIEW_IDENTIFIER = @"ToolbarTabOverviewIde - (void)onURLChange:(URL::URL const&)url { [self setLocationFieldText:url.serialize()]; + [self.window makeFirstResponder:[self tab].web_view]; } - (void)onBackNavigationEnabled:(BOOL)back_enabled