Include vector representation in element diff key
This commit is contained in:
parent
1f3a6eea3b
commit
5b522c12ee
@ -200,6 +200,7 @@ pub fn Outline() -> View {
|
|||||||
key.clone(),
|
key.clone(),
|
||||||
elt.id.clone(),
|
elt.id.clone(),
|
||||||
elt.label.clone(),
|
elt.label.clone(),
|
||||||
|
elt.rep.into_iter().map(|u| u.to_bits()).collect::<Vec<_>>(),
|
||||||
elt.constraints.clone()
|
elt.constraints.clone()
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user