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
1c0f7e7856
commit
7cd0df918c
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
||||||
update({ value, selected });
|
update({ value, selected });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$: update({ value, selected });
|
||||||
|
|
||||||
light = light || _light;
|
light = light || _light;
|
||||||
|
|
||||||
$: selected = $selectedValues.indexOf(value) > -1;
|
$: selected = $selectedValues.indexOf(value) > -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue