Outline: include ID and label in element diff key
This commit is contained in:
parent
70bd39b9e5
commit
edace8e4ea
@ -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()
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user