Fix list cursor when item moves off-screen
When a list scrolls or changes in such a way that the cursor item moves off-screen, the cursor would jump to the closest visible item. It makes more sense for the cursor to remain on its selected item and for the list to scroll instead. That way, it is less likely for the user to perform an action on the wrong list item if they press a key while the list is changing.
This commit is contained in:
parent
9aac9f6fdd
commit
4dde87d805
2 changed files with 8 additions and 4 deletions
|
|
@ -21,6 +21,7 @@ Procedure when bumping the version number:
|
|||
|
||||
### Fixed
|
||||
- Cursor being visible through popups
|
||||
- Cursor in lists when highlighted item moves off-screen
|
||||
|
||||
## v0.4.0 - 2022-09-01
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue