Skip to content

Commit a0316e8

Browse files
committed
address feedback
1 parent 79fce63 commit a0316e8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function pause_effects(items, controlled_anchor, callback) {
8181

8282
run_out_transitions(transitions, () => {
8383
for (var i = 0; i < length; i++) {
84-
destroy_effect(items[i].e, is_controlled);
84+
destroy_effect(items[i].e, !is_controlled);
8585
}
8686

8787
if (callback !== undefined) callback();

0 commit comments

Comments
 (0)