mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibGUI: Don't update selection twice after Ctrl-Right
This commit is contained in:
parent
68884eefc6
commit
3647001c93
Notes:
sideshowbarker
2024-07-18 02:21:38 +09:00
Author: https://github.com/BenWiederhake
Commit: 3647001c93
Pull-request: https://github.com/SerenityOS/serenity/pull/10476
2 changed files with 3 additions and 7 deletions
|
@ -47,7 +47,7 @@ protected:
|
|||
void move_one_up(const KeyEvent& event);
|
||||
void move_one_down(const KeyEvent& event);
|
||||
void move_to_previous_span();
|
||||
void move_to_next_span(const KeyEvent& event);
|
||||
void move_to_next_span();
|
||||
void move_to_logical_line_beginning();
|
||||
void move_to_logical_line_end();
|
||||
void move_to_line_beginning();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue