Add explicit orthogonal span sizing

This commit is contained in:
iris-ai committed 2026-09-15 16:40:09 -04:00
1 parent 29c7881c8a
commit f437495309
7 files changed
+108 -8

No files matched your search

+4
View File
@@ -116,6 +116,10 @@ impl Node {
children,
dir: dir(*down),
gap: *gap,
ortho: match down {
true => OrthoSize::Children,
false => OrthoSize::Full,
},
}
.add(&mut h.rsc);
spans.push(handle);