deactivate on unsuspend

pull/16668/head
Rich Harris 2 weeks ago
parent d18c7192d5
commit 5769547e50

@ -678,7 +678,7 @@ export function suspend() {
if (!pending) { if (!pending) {
batch.activate(); batch.activate();
batch.decrement(); batch.decrement();
} else if (batch === current_batch) { } else {
batch.deactivate(); batch.deactivate();
} }

Loading…
Cancel
Save