Include vector representation in element diff key

This commit is contained in:
Aaron Fenyes 2024-10-31 01:23:22 -07:00
parent 1f3a6eea3b
commit 5b522c12ee

View File

@ -200,6 +200,7 @@ pub fn Outline() -> View {
key.clone(),
elt.id.clone(),
elt.label.clone(),
elt.rep.into_iter().map(|u| u.to_bits()).collect::<Vec<_>>(),
elt.constraints.clone()
)
)