Skip to content

Commit 5116bd3

Browse files
authored
Update packages/svelte/src/internal/client/dom/blocks/each.js
1 parent 6a4dda7 commit 5116bd3

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/dom/blocks/each.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ function reconcile(array, state, anchor, render_fn, flags, get_key) {
398398
var to_destroy = seen === undefined ? [] : array_from(seen);
399399

400400
while (current !== null) {
401+
// Inert effects are currently outroing and will be removed once the transition is finished
401402
if ((current.e.f & INERT) === 0) {
402403
to_destroy.push(current);
403404
}

0 commit comments

Comments
 (0)