Update dependencies and fix focus in vi mode

This commit is contained in:
Jeremy Soller 2024-08-19 13:43:37 -06:00
parent 536cc2fb60
commit 220cd93777
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 575 additions and 474 deletions

View file

@ -2687,9 +2687,11 @@ impl Application for App {
.position(widget::popover::Position::Point(point));
}
tab_column = tab_column.push(popover);
/*TODO: the status area breaks text box focus
if !status.is_empty() {
tab_column = tab_column.push(text(status).font(Font::MONOSPACE));
}
*/
}
Some(Tab::GitDiff(tab)) => {
let mut diff_widget = widget::column::with_capacity(tab.diff.hunks.len());