fix store bindings

pull/3539/head
Richard Harris 6 years ago
parent 13de893e89
commit 23b8f5fe19

@ -257,7 +257,7 @@ function get_event_handler(
}
if (store) {
set_store = b`${store}.set(${object.name});`;
set_store = b`${store}.set(${`$${store}`});`;
}
} else {
const object = get_object(lhs);

Loading…
Cancel
Save