ladybird/Userland/Applications/Help
kimlintu a4e3ae0ee9 Help: Remove redundant selection update when opening page
Since the selection already gets updated in AbstractView::keydown_event
and AbstractView::mousedown_event we don't have to update it again in
the MainWidget::open_url function.

This fixes a bug that causes the selection to "spaz out" when
scrolling too fast between pages.
2022-03-08 23:34:45 +01:00
..
CMakeLists.txt Help: Convert to GML and propagate more errors 2022-03-02 21:37:58 +01:00
HelpWindow.gml Help: Convert to GML and propagate more errors 2022-03-02 21:37:58 +01:00
History.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
History.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
main.cpp Help: Convert to GML and propagate more errors 2022-03-02 21:37:58 +01:00
MainWidget.cpp Help: Remove redundant selection update when opening page 2022-03-08 23:34:45 +01:00
MainWidget.h Help: Improve search ergonomics 2022-03-02 21:37:58 +01:00
ManualModel.cpp Help: Improve search ergonomics 2022-03-02 21:37:58 +01:00
ManualModel.h Help: Convert to GML and propagate more errors 2022-03-02 21:37:58 +01:00
ManualNode.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ManualPageNode.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ManualPageNode.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ManualSectionNode.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualSectionNode.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00