forked from glen/dyna3
Include vector representation in element diff key
This commit is contained in:
parent
1f3a6eea3b
commit
5b522c12ee
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue