Add watch to fold selected objects when multiple are selected (#2273)
This commit is contained in:
committed by
GitHub
parent
82619fcfd0
commit
99bf268a74
@@ -315,4 +315,11 @@ const categorisedValuePairs = computed(() => {
|
||||
nulls: keyValuePairs.value.filter((item) => item.value === null)
|
||||
}
|
||||
})
|
||||
|
||||
watch(
|
||||
() => props.unfold,
|
||||
(newVal) => {
|
||||
unfold.value = newVal
|
||||
}
|
||||
)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user