fix some (but far from all) visual bugs

This commit is contained in:
Jana Dönszelmann 2026-03-31 17:03:41 +02:00
parent d0bc7e952c
commit b668a894c7
No known key found for this signature in database
7 changed files with 114 additions and 104 deletions

View file

@ -102,7 +102,7 @@ impl LogViewer {
break;
}
// TODO: inline depth
res.push((temp_iter.curr(), 0));
res.push((temp_iter.curr(), temp_iter.inline_depth()));
}
if !res.is_empty() && self.view.selection_offset > res.len() - 1 {