state-onchange-roots
Rich Harris 5 months ago
parent ac9ad1fc32
commit 999e9f6d97

@ -120,6 +120,10 @@ export function create_proxy(value, onchanges) {
deleteProperty(target, prop) {
var s = sources.get(prop);
if (batching && s ? s.v !== UNINITIALIZED : prop in target) {
changed_in_batch = true;
}
if (s === undefined) {
if (prop in target) {
sources.set(

Loading…
Cancel
Save