Skip to content

Commit fe342d6

Browse files
committed
feedback
1 parent 501f9d3 commit fe342d6

File tree

1 file changed

+2
-0
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+2
-0
lines changed

packages/svelte/src/internal/client/reactivity/effects.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ function resume_children(effect, local) {
581581
update_effect(effect);
582582
}
583583

584+
// Ensure we toggle the flag after possibly updating the effect so that
585+
// each block logic can correctly operate on inert items
584586
effect.f ^= INERT;
585587

586588
var child = effect.first;

0 commit comments

Comments
 (0)