We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fce63 commit a0316e8Copy full SHA for a0316e8
packages/svelte/src/internal/client/dom/blocks/each.js
@@ -81,7 +81,7 @@ function pause_effects(items, controlled_anchor, callback) {
81
82
run_out_transitions(transitions, () => {
83
for (var i = 0; i < length; i++) {
84
- destroy_effect(items[i].e, is_controlled);
+ destroy_effect(items[i].e, !is_controlled);
85
}
86
87
if (callback !== undefined) callback();
0 commit comments