Application prototype #14

Merged
glen merged 101 commits from app-proto into main 2024-10-21 23:38:28 +00:00
Showing only changes of commit edace8e4ea - Show all commits

View File

@ -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()
)
) )
} }
} }