413601517d4b079cbcc1d165ce2be688fe0cea9e
move_selection() only clamped at 0, letting the row/col index go past the last valid item. Selected_cell_key() would then return None, leaving the cursor in a phantom position with no selectable cell. Now clamp both row and col against the actual item count so pressing Enter on the last row keeps the cursor on that row. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Rust
99.1%
Python
0.6%
Nix
0.3%