pull/18062/merge
Rich Harris 4 months ago
parent e6b37592bd
commit 5f21efe7dc

@ -783,9 +783,8 @@ export class Batch {
// if there are multiple batches, we are 'time travelling' —
// we need to override values with the ones in this batch...
batch_values = new Map(this.current);
batch_cvs = new Map(this.cvs);
batch_wvs = new Map(this.wvs);
batch_cvs = this.cvs;
batch_wvs = this.wvs;
// ...and undo changes belonging to other batches unless they block this one
for (const batch of batches) {

Loading…
Cancel
Save