deactivate on unsuspend

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

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

Loading…
Cancel
Save