Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main-] fail moveToRow if row idx is past the sheet end
Previously, moveToRow() would return True, and set the cursor row index to the nonexistent row, with no visible errors. For slow loading sheets, checkCursor() could then move the cursor to an earlier row.
- Loading branch information