-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: table.SetCursor cursor render offscreen
When using table.SetCursor to modify the location of the cursor in a table, the viewport wasn't getting updated in the same way as MoveUp/MoveDown which was causing the resulting View() to sometimes not include the cursor. This changeset fixes this by internally converting any SetCursor calls to re-use the logic in MoveUp/MoveDown by calling those functions directly
- Loading branch information
Showing
2 changed files
with
196 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters