mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
try to fix reactivity
This commit is contained in:
parent
7cd0df918c
commit
52240c674f
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@
|
||||||
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