mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-22 13:00:22 -04:00
chore: cleanup todos
This commit is contained in:
parent
b267a92b60
commit
4b6b8cfa02
@ -435,7 +435,6 @@ impl<'ws> Workspace<'ws> {
|
||||
Ok(None)
|
||||
}
|
||||
Ok(Some(Cmd::Quit)) => {
|
||||
// TODO(zaphar): We probably need to do better than this
|
||||
Ok(Some(ExitCode::SUCCESS))
|
||||
}
|
||||
Ok(None) => {
|
||||
|
@ -155,7 +155,6 @@ impl<'ws> Viewport<'ws> {
|
||||
let mut cells = vec![Cell::new(Text::from(ri.to_string()))];
|
||||
cells.extend(visible_columns.iter().map(
|
||||
|VisibleColumn { idx: ci, length: _ }| {
|
||||
// TODO(zaphar): Is this safe?
|
||||
let content = self
|
||||
.book
|
||||
.get_cell_addr_rendered(&Address { row: ri, col: *ci })
|
||||
|
Loading…
x
Reference in New Issue
Block a user