diff --git a/Applications/Browser/Tab.cpp b/Applications/Browser/Tab.cpp index 3aea7be8bc..a52c9f197e 100644 --- a/Applications/Browser/Tab.cpp +++ b/Applications/Browser/Tab.cpp @@ -115,7 +115,7 @@ Tab::Tab() } m_html_widget->load(location); - m_location_box->set_focus(false); + m_html_widget->set_focus(true); }; m_location_box->add_custom_context_menu_action(GUI::Action::create("Paste & Go", [this](auto&) {