better span view

This commit is contained in:
Jana Dönszelmann 2026-04-02 10:40:55 +02:00
parent 43e40b61e3
commit fdfc08e88b
No known key found for this signature in database
12 changed files with 612 additions and 206 deletions

View file

@ -16,8 +16,7 @@ impl LogView {
}
}
// TODO: inline depth
Some((temp_iter.curr(), 0))
Some((temp_iter.curr(), self.cursor.inline_depth()))
}
}