simplify set implementation

pull/10791/head
Dominic Gannaway 2 years ago
parent 4d4ab2a204
commit 571ae6aa9c

@ -497,7 +497,6 @@ export function schedule_effect(signal, sync) {
}
}
if ((flags & EFFECT) !== 0) {
debugger
current_queued_effects.push(signal);
// Prevent any nested user effects from potentially triggering
// before this effect is scheduled. We know they will be destroyed

Loading…
Cancel
Save