try to fix reactivity

This commit is contained in:
Richard O'flynn 2020-12-10 17:03:36 +00:00
commit 5a4328ef9e

View file

@ -18,7 +18,7 @@
import { writable } from "svelte/store";
const dispatch = createEventDispatcher();
const _selectedValues = writable(selectedValues);
$: _selectedValues = writable(selectedValues);
setContext("SelectableTileGroup", {
_light: light,