diff --git a/app-proto/full-interface/src/outline.rs b/app-proto/full-interface/src/outline.rs index 8a0a3fb..c980887 100644 --- a/app-proto/full-interface/src/outline.rs +++ b/app-proto/full-interface/src/outline.rs @@ -148,7 +148,12 @@ pub fn Outline() -> View { } } }, - key=|(key, elt)| (key.clone(), elt.constraints.clone()) + key=|(key, elt)| ( + key.clone(), + elt.id.clone(), + elt.label.clone(), + elt.constraints.clone() + ) ) } }