try to fix reactivity

This commit is contained in:
Richard O'flynn 2020-12-10 19:27:58 +00:00
commit 52240c674f

View file

@ -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;