mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
Browser: Remove redundant tab::view() call from the tab constructor
This commit is contained in:
parent
20337a34a2
commit
fe9e2f463c
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ Tab::Tab(BrowserWindow& window)
|
|||
|
||||
auto url = url_from_user_input(m_location_box->text());
|
||||
load(url);
|
||||
view();
|
||||
};
|
||||
|
||||
m_location_box->add_custom_context_menu_action(GUI::Action::create("Paste && Go", [this](auto&) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue