explanatory comment on both sides

pull/16131/head
Rich Harris 3 months ago
parent dcbb740843
commit b6a26aeb42

@ -169,6 +169,9 @@ export function internal_set(source, value) {
source.updated = get_stack('UpdatedAt');
if (active_effect !== null) {
// Signal that we should increment the write version
// after the current effect has run, so that it is
// marked dirty if the effect uses `$inspect.trace()`
source.trace_need_increase = true;
}
}

Loading…
Cancel
Save