LibWeb: Always scroll PageView to top when a new document is set

This commit is contained in:
Andreas Kling 2020-06-06 13:40:03 +02:00
parent de6028dfa7
commit efe9d36eba
Notes: sideshowbarker 2024-07-19 05:48:25 +09:00

View file

@ -60,6 +60,7 @@ PageView::PageView()
if (on_set_document)
on_set_document(document);
layout_and_sync_size();
scroll_to_top();
update();
};
main_frame().on_title_change = [this](auto& title) {