pull/17258/head
Rich Harris 1 week ago
parent e976d40f92
commit bc0383d301

@ -116,7 +116,7 @@ function pause_effects(state, to_destroy, controlled_anchor) {
parent_node.append(anchor); parent_node.append(anchor);
state.items.clear(); state.items.clear();
link(state, to_destroy[0].prev, to_destroy[length - 1].next); state.first = null;
for (i = 0; i < length; i++) { for (i = 0; i < length; i++) {
destroy_effect(to_destroy[i].e); destroy_effect(to_destroy[i].e);

Loading…
Cancel
Save