fix some (but far from all) visual bugs
This commit is contained in:
parent
d0bc7e952c
commit
b668a894c7
7 changed files with 114 additions and 104 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue