Commit 7488406
committed
Check for _any_ ancestors when finding width
This statement changes the width of the descendants block when there are
also ancestors. This was relying on `direct_ancestors`, which is
particular data required for displaying `all_ancestors`.
This checks `all_ancestors` instead, which is more pertinent.1 parent 90630d3 commit 7488406
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments