pull/16197/head
Rich Harris 5 months ago
parent abba96cac0
commit 6f8abda561

@ -23,7 +23,7 @@ export function remove_current_batch() {
/** Update `$effect.pending()` */ /** Update `$effect.pending()` */
function update_pending() { function update_pending() {
// internal_set(pending, batches.size > 0); internal_set(pending, batches.size > 0);
} }
let uid = 1; let uid = 1;

Loading…
Cancel
Save