Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f8abda

Browse files
committedApr 21, 2025·
fix
1 parent abba96c commit 6f8abda

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function remove_current_batch() {
2323

2424
/** Update `$effect.pending()` */
2525
function update_pending() {
26-
// internal_set(pending, batches.size > 0);
26+
internal_set(pending, batches.size > 0);
2727
}
2828

2929
let uid = 1;

0 commit comments

Comments
 (0)
Please sign in to comment.