try to fix reactivity

This commit is contained in:
Richard O'flynn 2020-12-10 20:01:09 +00:00
commit 8431b58891

View file

@ -34,9 +34,7 @@
const { update, selectedValues, _light } = getContext("SelectableTileGroup"); const { update, selectedValues, _light } = getContext("SelectableTileGroup");
if (selected) { $: update({ value, selected });
update({ value, selected });
}
light = light || _light; light = light || _light;