ladybird/Userland/Applications/Help
Mathis Wiehl f276e70ac9 Help: Don't defer tree view selection updates
It is unsafe to defer this selection update, because ::open_url itself
is called when users make selection updates, creating a race.

This fixes and infinite selection change loop one could easily reproduce
by holding an up or down arrow key in the tree view while clicking on a
tree view item a couple of times.
2023-03-07 09:50:50 +01:00
..
CMakeLists.txt Help: Link to LibLocale 2022-12-11 13:59:41 -07:00
HelpWindow.gml LibGUI+Applications: Govern Splitter resizing by opportunistic growth 2022-08-05 13:54:18 +02:00
History.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
History.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
MainWidget.cpp Help: Don't defer tree view selection updates 2023-03-07 09:50:50 +01:00
MainWidget.h Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
ManualModel.cpp Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
ManualModel.h Help+LibManual: Move non-UI-specific manual handling to LibManual 2022-12-11 16:05:23 +00:00