mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-23 13:29:48 -04:00
chore: comment wording
This commit is contained in:
parent
28533fc718
commit
a22b51cdfd
@ -77,7 +77,7 @@ impl<'book> Viewport<'book> {
|
|||||||
) -> Result<Vec<VisibleColumn>> {
|
) -> Result<Vec<VisibleColumn>> {
|
||||||
let mut visible = Vec::new();
|
let mut visible = Vec::new();
|
||||||
// TODO(zaphar): This should be a shared constant with our first column.
|
// TODO(zaphar): This should be a shared constant with our first column.
|
||||||
// We start out with a length of 5 already researved
|
// We start out with a length of 5 already reserved
|
||||||
let mut length = 5;
|
let mut length = 5;
|
||||||
let start_idx = std::cmp::min(self.selected.col, state.prev_corner.col);
|
let start_idx = std::cmp::min(self.selected.col, state.prev_corner.col);
|
||||||
for idx in start_idx..=LAST_COLUMN {
|
for idx in start_idx..=LAST_COLUMN {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user