don't unlink skipped eager effects

this was causing some $derived.by's to not run at all...
pull/16930/head
David Roizenman 10 months ago
parent cd350960bb
commit c67e58b65c
No known key found for this signature in database
GPG Key ID: CD7B405D13E241B6

@ -622,7 +622,6 @@ function flush_queued_effects(effects) {
ancestor = ancestor.parent;
}
if (skip) {
unlink_effect(e);
continue;
}

Loading…
Cancel
Save