Skip to content

Commit 2e813f1

Browse files
committed
consistent behaviour
1 parent e5579fd commit 2e813f1

File tree

1 file changed

+0
-3
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+0
-3
lines changed

packages/svelte/src/internal/client/reactivity/batch.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ export class Batch {
4040
#pending = 0;
4141

4242
apply() {
43-
// common case: no overlapping batches, nothing to revert
44-
if (batches.size === 1) return noop;
45-
4643
var current_values = new Map();
4744

4845
for (const [source, current] of this.#current) {

0 commit comments

Comments
 (0)