mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
try to fix reactivity
This commit is contained in:
parent
3b1efdd0e6
commit
b5d641ddfd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
$: selectedValues = $_selectedValues.map();
|
$: selectedValues = $_selectedValues;
|
||||||
$: dispatch("select", $_selectedValues);
|
$: dispatch("select", $_selectedValues);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue