ladybird/Libraries/LibWeb/Selection
zac 2e930e83ce LibWeb: Prevent cursor movement when collapsing text selection
Previously if you had a selection and you pressed the left/right arrow
key it would collapse the selection *and* perform the movement. This is
not how most text editors work and felt unnatural.
2026-03-10 02:53:27 +01:00
..
Selection.cpp LibWeb: Prevent cursor movement when collapsing text selection 2026-03-10 02:53:27 +01:00
Selection.h LibWeb: Do not scroll cursor into view on programmatic selection changes 2026-02-17 10:24:00 +01:00
Selection.idl LibWeb: Implement Selection.modify 2025-06-30 10:44:32 +01:00