Skip to content

Commit 93356a7

Browse files
committed
chore: more tweaks to each block performance
1 parent 9fb907a commit 93356a7

File tree

1 file changed

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

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -414,18 +414,7 @@ function reconcile(array, state, anchor, render_fn, flags, get_key) {
414414
}
415415
}
416416

417-
<<<<<<< Updated upstream
418-
pause_effects(to_destroy, controlled_anchor, () => {
419-
for (var i = 0; i < destroy_length; i += 1) {
420-
var item = to_destroy[i];
421-
items.delete(item.k);
422-
item.o.remove();
423-
link(item.prev, item.next);
424-
}
425-
});
426-
=======
427417
pause_effects(to_destroy, controlled_anchor, items);
428-
>>>>>>> Stashed changes
429418
}
430419

431420
if (is_animated) {

0 commit comments

Comments
 (0)