prevent double apply

incremental-batches
Rich Harris 1 week ago
parent bc32eb369d
commit 18da3a361f

@ -739,6 +739,7 @@ export class Batch {
return;
}
if (active_batch === this) return;
active_batch = this;
// if there are multiple batches, we are 'time travelling' —

Loading…
Cancel
Save