pull/16197/head
Rich Harris 6 months ago
parent d465537dd0
commit 9b5f00b9f4

@ -322,7 +322,7 @@ export function legacy_pre_effect_reset() {
token.ran = false; token.ran = false;
} }
context.l.r2.v = false; // set directly to avoid rerunning this effect set(context.l.r2, false);
}); });
} }

Loading…
Cancel
Save