mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +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
|
else
|
||||||
m_statusbar->set_text({});
|
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_go_back_action = GUI::CommonActions::make_go_back_action([this](auto&) {
|
||||||
m_history.go_back();
|
m_history.go_back();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue