mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibHTML: Fire the HtmlView::on_title_change hook after a load finishes
This commit is contained in:
@@ -175,4 +175,7 @@ void HtmlView::load(const URL& url)
|
||||
document->normalize();
|
||||
|
||||
set_document(document);
|
||||
|
||||
if (on_title_change)
|
||||
on_title_change(document->title());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user