mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:38:10 +00:00
Help: Clear statusbar when leaving link
This commit is contained in:
parent
bd8e16b704
commit
65a927d16e
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ MainWidget::MainWidget()
|
|||
else
|
||||
m_statusbar->set_text({});
|
||||
};
|
||||
m_web_view->on_link_unhover = [this] {
|
||||
m_statusbar->set_text({});
|
||||
};
|
||||
|
||||
m_go_back_action = GUI::CommonActions::make_go_back_action([this](auto&) {
|
||||
m_history.go_back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue